Skip to content

Commit

Permalink
Bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 31, 2022
1 parent f0fc515 commit dfc5ecd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master

## 1.2.1 (2021-01-31)

- Add a temporary fix to be compatible with `sentry-rails`. ([@palkan][])

See [#165](https://github.com/anycable/anycable-rails/issues/165).

- Run embedded RPC server only if `any_cable` adapter is used for Action Cable. ([@palkan][])

## 1.2.0 (2021-12-21) 🎄

- Drop Rails 5 support.
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.0"
VERSION = "1.2.1"
end
end

0 comments on commit dfc5ecd

Please sign in to comment.