From 3edf3f80348ebb9ea255778ddba7e25151a92c4f Mon Sep 17 00:00:00 2001 From: Netto Farah Date: Fri, 18 Nov 2016 10:43:21 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=20v0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ lib/polo/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec7823..059f67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5 + +### Breaking Changes + +- None + +### Added +- [#43](https://github.com/IFTTT/polo/pull/43) Rails 5 support +- [#44](https://github.com/IFTTT/polo/pull/44) Remove all Rails 5 deprecation notices + ## 0.4.1 ### Breaking Changes diff --git a/lib/polo/version.rb b/lib/polo/version.rb index 307bbd2..7502a8a 100644 --- a/lib/polo/version.rb +++ b/lib/polo/version.rb @@ -1,3 +1,3 @@ module Polo - VERSION = "0.4.1" + VERSION = "0.5.0" end