Skip to content

Commit

Permalink
Bump 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 5, 2024
1 parent 4ff799a commit 50de16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 1.5.1 (2024-04-05)

- Add `anycable-rails-core.rb` to avoid adding `require: ["anycable-rails"]` to Gemfiles manually. ([@palkan][])

- Mount HTTP RPC independently of the current Action Cable adapter. ([@palkan][])
Expand Down
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.0"
VERSION = "1.5.1"
end
end

0 comments on commit 50de16d

Please sign in to comment.