We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9609840 commit 517e8a1Copy full SHA for 517e8a1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v1.1.1
2
+
3
+- Fixes:
4
+ - When use `slug` filter the original values was not saved.
5
6
## v1.1.0
7
8
- Features:
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- normalizy (1.1.0)
+ normalizy (1.1.1)
rails (>= 4.1, < 6)
GEM
lib/normalizy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Normalizy
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments