Skip to content

Commit b85c070

Browse files
committed
Release 2.1.2
1 parent 1791253 commit b85c070

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

55
### bug fix
66

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+
713
## 2.1.1 (May 1, 2017)
814

915
### enhancements

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

0 commit comments

Comments
 (0)