We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571d59 commit ab131a2Copy full SHA for ab131a2
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### bug fix
6
7
+## 2.2.2 (March 6, 2018)
8
+
9
+### bug fix
10
11
+* Support non-ActiveModel objects in SimpleForm/Formtastic integration. (by [@nashby](https://github.com/nashby))
12
13
## 2.2.1 (February 15, 2018)
14
15
lib/enumerize/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Enumerize
- VERSION = '2.2.1'
+ VERSION = '2.2.2'
end
0 commit comments