Skip to content

Commit

Permalink
Prepare for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 12, 2023
1 parent f235c1a commit 727d3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 1.1.2

### Bug Fixes

Expand All @@ -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

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 = '1.1.1'.freeze
VERSION = '1.1.2'.freeze
end

0 comments on commit 727d3fb

Please sign in to comment.