Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jun 27, 2024
1 parent 30e02db commit 27b853a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### 2.4.0

* Add `recipients` feature to let Notifiers determine their recipients

```ruby
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
noticed (2.3.3)
noticed (2.4.0)
rails (>= 6.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (2.3.3)
noticed (2.4.0)
rails (>= 6.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (2.3.3)
noticed (2.4.0)
rails (>= 6.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (2.3.3)
noticed (2.4.0)
rails (>= 6.1.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 659150f000b7fe089dc3d4a947fdb9ddcd4a3315
revision: 6045f257fbbff039edb2542c9859488cec0dcaa9
branch: main
specs:
actioncable (8.0.0.alpha)
Expand Down Expand Up @@ -69,7 +69,7 @@ GIT
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0, >= 2.0.5)
rails (8.0.0.alpha)
Expand Down Expand Up @@ -98,7 +98,7 @@ GIT
PATH
remote: ..
specs:
noticed (2.3.3)
noticed (2.4.0)
rails (>= 6.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/noticed/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Noticed
VERSION = "2.3.3"
VERSION = "2.4.0"
end

0 comments on commit 27b853a

Please sign in to comment.