We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ca550 commit b9cff3aCopy full SHA for b9cff3a
CHANGELOG.md
@@ -3,7 +3,12 @@
3
### enhancements
4
5
### bug fix
6
- Fix issue with SimpleForm/Formtastic forms without object. (by [@nashby](https://github.com/nashby))
+
7
+## 2.2.1 (February 15, 2018)
8
9
+### bug fix
10
11
+* Fix issue with SimpleForm/Formtastic forms without object. (by [@nashby](https://github.com/nashby))
12
13
## 2.2.0 (February 13, 2018)
14
lib/enumerize/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module Enumerize
- VERSION = '2.2.0'
+ VERSION = '2.2.1'
end
0 commit comments