Skip to content

Commit 56c9da0

Browse files
committed
Release 2.2.0
1 parent 834b585 commit 56c9da0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

55
### bug fix
66

7+
## 2.2.0 (February 13, 2018)
8+
9+
### enhancements
10+
11+
* Add integration with active_interaction. (by [@runephilosof](https://github.com/runephilosof))
12+
* Allow using `plugin :enumerize` with Sequel. (by [@jnylen](https://github.com/jnylen))
13+
* Support ActiveModel::Attributes from Rails 5.2. (by [@troter](https://github.com/troter))
14+
* Support Sequel 5.2.0. (by [@troter](https://github.com/troter))
15+
16+
### bug fix
17+
718
* Fix RailsAdmin integration when enumerated field used on edit form and enumerated value wasn't set. (by [@nashby](https://github.com/nashby))
819
* Fallback to a raw passed value instead of nil if AR type can't find value in the attribute. (by [@nashby](https://github.com/nashby))
920

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

0 commit comments

Comments
 (0)