diff --git a/Changelog.md b/Changelog.md index fd0041ad9..b2abd9fbc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 1.1.2 ### Bug Fixes @@ -14,13 +14,13 @@ All notable changes to this project will be documented in this file. - Added `$ rails generate flipper:update` to generate necessary schema migrations (https://github.com/flippercloud/flipper/pull/787) -## v1.1.1 +## 1.1.1 ### Bug Fixes - Whoops! Anyone not using flipper-active_record would hit a missing require because of our fancy gemspecs (https://github.com/flippercloud/flipper/pull/785). -## v1.1.0 +## 1.1.0 ### Additions/Changes diff --git a/lib/flipper/version.rb b/lib/flipper/version.rb index 067346adf..19f85f642 100644 --- a/lib/flipper/version.rb +++ b/lib/flipper/version.rb @@ -1,3 +1,3 @@ module Flipper - VERSION = '1.1.1'.freeze + VERSION = '1.1.2'.freeze end