From 7bde3e56282ab919ff28037bc547050dbddf274b Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 22 Aug 2016 16:45:40 -0400 Subject: [PATCH] Release 0.9.2 --- Changelog.md | 7 +++++++ lib/flipper/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 36596ac03..7d3e60950 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## 0.9.2 + +* GET /api/v1/features +* POST /api/v1/features - add feature endpoint +* rack-protection 2.0.0 support +* pretty rake output + ## 0.9.1 * bump flipper-active_record to officially support rails 5 diff --git a/lib/flipper/version.rb b/lib/flipper/version.rb index c69977858..2f88ddd81 100644 --- a/lib/flipper/version.rb +++ b/lib/flipper/version.rb @@ -1,3 +1,3 @@ module Flipper - VERSION = "0.9.2.rc1".freeze + VERSION = "0.9.2".freeze end