Skip to content

Commit 7d6144a

Browse files
committed
Version bump
1 parent 0e49323 commit 7d6144a

8 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
### 2.5.0
4+
35
* Inherit Notification from parent class Notification.
46
* Support callbacks in bulk delivery methods.
57

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
noticed (2.4.3)
4+
noticed (2.5.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_6_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.4.3)
4+
noticed (2.5.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.4.3)
4+
noticed (2.5.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.4.3)
4+
noticed (2.5.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_2.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.4.3)
4+
noticed (2.5.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GIT
100100
PATH
101101
remote: ..
102102
specs:
103-
noticed (2.4.3)
103+
noticed (2.5.0)
104104
rails (>= 6.1.0)
105105

106106
GEM

lib/noticed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Noticed
2-
VERSION = "2.4.3"
2+
VERSION = "2.5.0"
33
end

0 commit comments

Comments
 (0)