diff --git a/CHANGELOG.md b/CHANGELOG.md index 92856b4..9489b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.3.0 - 2024-08-13 + ### Changed - Redis subscriptions store configuration has been decoupled from AnyCable, so you can use any broadcasting adapter and configure Redis as you like. [@palkan] ([#44](https://github.com/anycable/graphql-anycable/pull/44)) diff --git a/lib/graphql/anycable/version.rb b/lib/graphql/anycable/version.rb index af7bd1d..b37352a 100644 --- a/lib/graphql/anycable/version.rb +++ b/lib/graphql/anycable/version.rb @@ -2,6 +2,6 @@ module GraphQL module AnyCable - VERSION = "1.2.0" + VERSION = "1.3.0" end end