Skip to content

Commit 02f5d91

Browse files
committed
v1.3.0
1 parent e1e8795 commit 02f5d91

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## v1.3.0
2+
3+
- Changes:
4+
- Support Rails 6.
5+
16
## v1.2.0
27

38
- Features:
4-
- `money` filter now allows negative numbers.
9+
- `money` filter now allows negative numbers.
510

611
## v1.1.1
712

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.2.0)
4+
normalizy (1.3.0)
55
activerecord (>= 4.1)
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.2.0'
4+
VERSION = '1.3.0'
55
end

0 commit comments

Comments
 (0)