File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.3.0] - 2016-05-10
6
+ ### Added
7
+ * Models dynamically create attributes on initialization
8
+
5
9
## [ 0.2.0] - 2016-04-29
6
10
### Added
7
11
* Ruby 2.0 compatibility
@@ -14,4 +18,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
18
### Added
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
Original file line number Diff line number Diff line change 1
1
module OneSignal
2
- VERSION = '0.2 .0' . freeze
2
+ VERSION = '0.3 .0' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments