Skip to content

Commit 8f156ce

Browse files
committed
Bump 1.3.0
1 parent 755ada5 commit 8f156ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 1.3.0 - 2024-08-13
11+
1012
### Changed
1113

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

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.2.0"
5+
VERSION = "1.3.0"
66
end
77
end

0 commit comments

Comments
 (0)