From 6701aba187c57148c2197df581b3d04485ab584b Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Wed, 8 May 2024 18:18:54 +0900 Subject: [PATCH] 1.1.7: Depend on `anycable-core` gem instead of `anycable` To avoid installing `grpc` gem if it is not used in AnyCable setup --- CHANGELOG.md | 2 ++ lib/graphql/anycable/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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