Skip to content

Commit f75487f

Browse files
bump version to 5.5.0
1 parent d10f76f commit f75487f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [5.5.0][] (TBD)
1+
# [5.5.0][] (2025-02-02)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ If ActiveModel deals with your nouns, then ActiveInteraction handles your verbs.
6060
Add it to your Gemfile:
6161

6262
``` rb
63-
gem 'active_interaction', '~> 5.4'
63+
gem 'active_interaction', '~> 5.5'
6464
```
6565

6666
Or install it manually:
6767

6868
``` sh
69-
$ gem install active_interaction --version '~> 5.4'
69+
$ gem install active_interaction --version '~> 5.5'
7070
```
7171

7272
This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a

lib/active_interaction/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module ActiveInteraction
44
# The version number.
55
#
66
# @return [Gem::Version]
7-
VERSION = Gem::Version.new('5.4.0')
7+
VERSION = Gem::Version.new('5.5.0')
88
end

0 commit comments

Comments
 (0)