Skip to content

Commit b9cff3a

Browse files
committed
Release 2.2.1
1 parent 19ca550 commit b9cff3a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
### enhancements
44

55
### bug fix
6-
Fix issue with SimpleForm/Formtastic forms without object. (by [@nashby](https://github.com/nashby))
6+
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))
712

813
## 2.2.0 (February 13, 2018)
914

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.0'
4+
VERSION = '2.2.1'
55
end

0 commit comments

Comments
 (0)