Skip to content

Commit d5dbb9e

Browse files
author
coding-chimp
committed
Bumps version and updates changelog
1 parent 11188a6 commit d5dbb9e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.3.0] - 2016-05-10
6+
### Added
7+
* Models dynamically create attributes on initialization
8+
59
## [0.2.0] - 2016-04-29
610
### Added
711
* Ruby 2.0 compatibility
@@ -14,4 +18,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1418
### Added
1519
* Methods for all OneSignal resources
1620

21+
[0.3.0]: https://github.com/coding-chimp/onesignal/compare/v0.2.0...v0.3.0
1722
[0.2.0]: https://github.com/coding-chimp/onesignal/compare/v0.1.0...v0.2.0

lib/onesignal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OneSignal
2-
VERSION = '0.2.0'.freeze
2+
VERSION = '0.3.0'.freeze
33
end

0 commit comments

Comments
 (0)