From 8f156ce4f508db015723f88f447b0746be690b13 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 13 Aug 2024 16:46:02 +0300 Subject: [PATCH] Bump 1.3.0 --- 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 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