Skip to content

Commit 8e21e3b

Browse files
committed
v1.4.0
1 parent 430df64 commit 8e21e3b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.4.0
2+
3+
- Adds `date` support for `Date` class.
4+
15
## v1.3.0
26

37
- Changes:

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.3.0)
4+
normalizy (1.4.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.3.0'
4+
VERSION = '1.4.0'
55
end

0 commit comments

Comments
 (0)