Skip to content

Commit

Permalink
1.1.5: Fix deprecation warning for use_client_provided_uniq_id (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Oct 26, 2022
1 parent 674a461 commit c0bdfa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.5 - 2022-10-26

- Fix that deprecation warning about `config.use_client_provided_uniq_id` again, so it can be issued outside of Rails. [@gsamokovarov] ([#27](https://github.com/anycable/graphql-anycable/pull/27))

## 1.1.4 - 2022-07-28

- Fix deprecation warning about using client-side channel ids shown even if deprecated functionality was disabled in application code (not via config file or environment variable). [@gsamokovarov] ([#26](https://github.com/anycable/graphql-anycable/pull/26))
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/anycable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module GraphQL
module AnyCable
VERSION = "1.1.4"
VERSION = "1.1.5"
end
end

0 comments on commit c0bdfa5

Please sign in to comment.