We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fba306 commit 3edf3f8Copy full SHA for 3edf3f8
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.5
2
+
3
+### Breaking Changes
4
5
+- None
6
7
+### Added
8
+- [#43](https://github.com/IFTTT/polo/pull/43) Rails 5 support
9
+- [#44](https://github.com/IFTTT/polo/pull/44) Remove all Rails 5 deprecation notices
10
11
## 0.4.1
12
13
### Breaking Changes
lib/polo/version.rb
@@ -1,3 +1,3 @@
module Polo
- VERSION = "0.4.1"
+ VERSION = "0.5.0"
end
0 commit comments