Skip to content

Commit 14a064e

Browse files
committed
Version bump
1 parent 464545c commit 14a064e

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Unreleased
22

3+
### 2.8.1
4+
5+
* Fix Coder support for arguments with Rails 8.1
6+
7+
### 2.8.0
8+
39
* Add `--bulk` option for generating bulk delivery methods
410

511
### 2.7.1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_8_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_8_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.8.0)
4+
noticed (2.8.1)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GIT
102102
PATH
103103
remote: ..
104104
specs:
105-
noticed (2.8.0)
105+
noticed (2.8.1)
106106
rails (>= 6.1.0)
107107

108108
GEM

lib/noticed/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Noticed
2-
VERSION = "2.8.0"
2+
VERSION = "2.8.1"
33
end

0 commit comments

Comments
 (0)