Skip to content

Commit ab131a2

Browse files
committed
Release 2.2.2
1 parent f571d59 commit ab131a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### bug fix
66

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+
713
## 2.2.1 (February 15, 2018)
814

915
### bug fix

lib/enumerize/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Enumerize
4-
VERSION = '2.2.1'
4+
VERSION = '2.2.2'
55
end

0 commit comments

Comments
 (0)