We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d91f7 commit 33a3a69Copy full SHA for 33a3a69
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
### enhancements
4
5
+### bug fix
6
+
7
+## 2.3.1 (May 2, 2019)
8
9
+### enhancements
10
11
* Add ability to skip validations by passing `:skip_validations` option. (by [@chumakoff](https://github.com/chumakoff))
12
* Add option `scope: shallow` to extend scopes based on enumerized attribute values (by [@moofkit](https://github.com/moofkit/))
13
lib/enumerize/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module Enumerize
- VERSION = '2.2.2'
+ VERSION = '2.3.1'
end
0 commit comments