Skip to content

Commit 33a3a69

Browse files
committed
Release 2.3.1
1 parent b2d91f7 commit 33a3a69

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
@@ -2,6 +2,12 @@
22

33
### enhancements
44

5+
### bug fix
6+
7+
## 2.3.1 (May 2, 2019)
8+
9+
### enhancements
10+
511
* Add ability to skip validations by passing `:skip_validations` option. (by [@chumakoff](https://github.com/chumakoff))
612
* Add option `scope: shallow` to extend scopes based on enumerized attribute values (by [@moofkit](https://github.com/moofkit/))
713

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

0 commit comments

Comments
 (0)