Skip to content

Commit 5b4de48

Browse files
committed
Release 2.1.0
1 parent a12826c commit 5b4de48

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### bug fix
66

7+
## 2.1.0 (March 31, 2017)
8+
9+
### enhancements
10+
11+
* Support Active Record types serialization. (by [@lest](https://github.com/lest))
12+
713
## 2.0.1 (October 18, 2016)
814

915
### bug fix

lib/enumerize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Enumerize
2-
VERSION = "2.0.1"
2+
VERSION = "2.1.0"
33
end

0 commit comments

Comments
 (0)