We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11188a6 commit d5dbb9eCopy full SHA for d5dbb9e
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.3.0] - 2016-05-10
6
+### Added
7
+* Models dynamically create attributes on initialization
8
+
9
## [0.2.0] - 2016-04-29
10
### Added
11
* Ruby 2.0 compatibility
@@ -14,4 +18,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
18
15
19
* Methods for all OneSignal resources
16
20
21
+[0.3.0]: https://github.com/coding-chimp/onesignal/compare/v0.2.0...v0.3.0
17
22
[0.2.0]: https://github.com/coding-chimp/onesignal/compare/v0.1.0...v0.2.0
lib/onesignal/version.rb
@@ -1,3 +1,3 @@
1
module OneSignal
- VERSION = '0.2.0'.freeze
+ VERSION = '0.3.0'.freeze
end
0 commit comments