Skip to content

Commit

Permalink
Bump 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 9, 2024
1 parent 73f5358 commit f1a8635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 1.5.4 (2024-10-08)

- Add [actioncable-next](https://github.com/anycable/actioncable-next) support. ([@palkan][])

- Generate `anycable.toml` in `anycable:setup` generator. ([@palkan][])

## 1.5.3 (2024-09-12)
Expand Down
1 change: 1 addition & 0 deletions forspell.dict
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ screencast
misconfiguration
binstub
broadcasted
actioncable-next
2 changes: 1 addition & 1 deletion lib/anycable/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module AnyCable
module Rails
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end

0 comments on commit f1a8635

Please sign in to comment.