Skip to content

Commit 703ad54

Browse files
committed
v1.5.0
1 parent 1c880d6 commit 703ad54

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## v1.5.0
2+
3+
- Features:
4+
- Filter `date` now supports call object that respond to `beginning_of_day` or `end_of_day`;
5+
16
## v1.4.0
27

3-
- Adds `date` support for `Date` class.
8+
- Features:
9+
- Adds `date` support for `Date` class.
410

511
## v1.3.0
612

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.4.0)
4+
normalizy (1.5.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.4.0'
4+
VERSION = '1.5.0'
55
end

0 commit comments

Comments
 (0)