Skip to content

Commit

Permalink
Bump 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 21, 2022
1 parent 7997cd0 commit d10070d
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.3.0 (2021-02-21)

- Introduce `AnyCable::Rails.extend_adapter!` to make any pubsub adapter AnyCable-compatible. ([@palkan][])

- Refactored Action Cable patching to preserve original functionality and avoid monkey-patching collisions. ([@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.2.1"
VERSION = "1.3.0"
end
end

0 comments on commit d10070d

Please sign in to comment.