Skip to content

Commit 517e8a1

Browse files
committed
v1.1.1
1 parent 9609840 commit 517e8a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.1.1
2+
3+
- Fixes:
4+
- When use `slug` filter the original values was not saved.
5+
16
## v1.1.0
27

38
- Features:

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
normalizy (1.1.0)
4+
normalizy (1.1.1)
55
rails (>= 4.1, < 6)
66

77
GEM

lib/normalizy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Normalizy
4-
VERSION = '1.1.0'
4+
VERSION = '1.1.1'
55
end

0 commit comments

Comments
 (0)