From b9cff3aa1c3bc03002218d15d284c13e77cac725 Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Thu, 15 Feb 2018 18:47:51 +0300 Subject: [PATCH] Release 2.2.1 --- CHANGELOG.md | 7 ++++++- lib/enumerize/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94216b20..e874cf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ ### enhancements ### bug fix - Fix issue with SimpleForm/Formtastic forms without object. (by [@nashby](https://github.com/nashby)) + +## 2.2.1 (February 15, 2018) + +### bug fix + +* Fix issue with SimpleForm/Formtastic forms without object. (by [@nashby](https://github.com/nashby)) ## 2.2.0 (February 13, 2018) diff --git a/lib/enumerize/version.rb b/lib/enumerize/version.rb index f80bc04e..16dc006e 100644 --- a/lib/enumerize/version.rb +++ b/lib/enumerize/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Enumerize - VERSION = '2.2.0' + VERSION = '2.2.1' end