Skip to content

Commit c0bdfa5

Browse files
committed
1.1.5: Fix deprecation warning for use_client_provided_uniq_id (again)
1 parent 674a461 commit c0bdfa5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 1.1.5 - 2022-10-26
11+
12+
- 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))
13+
1014
## 1.1.4 - 2022-07-28
1115

1216
- 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))

lib/graphql/anycable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GraphQL
44
module AnyCable
5-
VERSION = "1.1.4"
5+
VERSION = "1.1.5"
66
end
77
end

0 commit comments

Comments
 (0)