Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 22, 2016
1 parent cd9cb6e commit 7bde3e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/flipper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Flipper
VERSION = "0.9.2.rc1".freeze
VERSION = "0.9.2".freeze
end

0 comments on commit 7bde3e5

Please sign in to comment.