Skip to content

Commit 727d3fb

Browse files
committed
Prepare for 1.1.2 release
1 parent f235c1a commit 727d3fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## 1.1.2
66

77
### Bug Fixes
88

@@ -14,13 +14,13 @@ All notable changes to this project will be documented in this file.
1414

1515
- Added `$ rails generate flipper:update` to generate necessary schema migrations (https://github.com/flippercloud/flipper/pull/787)
1616

17-
## v1.1.1
17+
## 1.1.1
1818

1919
### Bug Fixes
2020

2121
- Whoops! Anyone not using flipper-active_record would hit a missing require because of our fancy gemspecs (https://github.com/flippercloud/flipper/pull/785).
2222

23-
## v1.1.0
23+
## 1.1.0
2424

2525
### Additions/Changes
2626

lib/flipper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Flipper
2-
VERSION = '1.1.1'.freeze
2+
VERSION = '1.1.2'.freeze
33
end

0 commit comments

Comments
 (0)