Skip to content

Commit f52e870

Browse files
committed
Version bump
1 parent bc93b64 commit f52e870

7 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 2.3.1
4+
5+
* Skip `ApplicationNotifier` in generator if it already exists
6+
37
### 2.3.0
48

59
* Add `error_handler` to Twilio delivery method #444

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.0)
4+
noticed (2.3.1)
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.0)
4+
noticed (2.3.1)
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.0)
4+
noticed (2.3.1)
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.0)
4+
noticed (2.3.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GIT
9797
PATH
9898
remote: ..
9999
specs:
100-
noticed (2.3.0)
100+
noticed (2.3.1)
101101
rails (>= 6.1.0)
102102

103103
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.0"
2+
VERSION = "2.3.1"
33
end

0 commit comments

Comments
 (0)