We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1791253 commit b85c070Copy full SHA for b85c070
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### bug fix
6
7
+## 2.1.2 (May 18, 2017)
8
+
9
+### bug fix
10
11
+* Support YAML serialization for the custom AR type. (by [@lest](https://github.com/lest))
12
13
## 2.1.1 (May 1, 2017)
14
15
### enhancements
lib/enumerize/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Enumerize
- VERSION = '2.1.1'
+ VERSION = '2.1.2'
end
0 commit comments