diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce778a..37bdecd 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.1.7 - 2024-05-08 + ### Changed - Depend on `anycable-core` gem instead of `anycable`. diff --git a/lib/graphql/anycable/version.rb b/lib/graphql/anycable/version.rb index 6105bd6..acdf627 100644 --- a/lib/graphql/anycable/version.rb +++ b/lib/graphql/anycable/version.rb @@ -2,6 +2,6 @@ module GraphQL module AnyCable - VERSION = "1.1.6" + VERSION = "1.1.7" end end