We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12826c commit 5b4de48Copy full SHA for 5b4de48
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### bug fix
6
7
+## 2.1.0 (March 31, 2017)
8
+
9
+### enhancements
10
11
+* Support Active Record types serialization. (by [@lest](https://github.com/lest))
12
13
## 2.0.1 (October 18, 2016)
14
15
lib/enumerize/version.rb
@@ -1,3 +1,3 @@
1
module Enumerize
2
- VERSION = "2.0.1"
+ VERSION = "2.1.0"
3
end
0 commit comments