Skip to content

Commit 27b853a

Browse files
committed
Version bump
1 parent 30e02db commit 27b853a

7 files changed

+10
-8
lines changed

CHANGELOG.md

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

3+
### 2.4.0
4+
35
* Add `recipients` feature to let Notifiers determine their recipients
46

57
```ruby

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.3.3)
4+
noticed (2.4.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.3.3)
4+
noticed (2.4.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.3.3)
4+
noticed (2.4.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.3.3)
4+
noticed (2.4.0)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 659150f000b7fe089dc3d4a947fdb9ddcd4a3315
3+
revision: 6045f257fbbff039edb2542c9859488cec0dcaa9
44
branch: main
55
specs:
66
actioncable (8.0.0.alpha)
@@ -69,7 +69,7 @@ GIT
6969
connection_pool (>= 2.2.5)
7070
drb
7171
i18n (>= 1.6, < 2)
72-
logger
72+
logger (>= 1.4.2)
7373
minitest (>= 5.1)
7474
tzinfo (~> 2.0, >= 2.0.5)
7575
rails (8.0.0.alpha)
@@ -98,7 +98,7 @@ GIT
9898
PATH
9999
remote: ..
100100
specs:
101-
noticed (2.3.3)
101+
noticed (2.4.0)
102102
rails (>= 6.1.0)
103103

104104
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.3.3"
2+
VERSION = "2.4.0"
33
end

0 commit comments

Comments
 (0)