We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4388dd commit 5878078Copy full SHA for 5878078
CHANGELOG.md
@@ -2,8 +2,10 @@
2
3
## master
4
5
+## 1.20.4 (2024-10-05)
6
+
7
- [PR#119](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/119) Fix Rails cache_format_version deprecation ([@noma4i][])
-
8
9
## 1.20.3 (2024-09-06)
10
11
- [PR#117](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/117) Deprecate old ruby and gql versions ([@DmitryTsepelev][])
lib/graphql/fragment_cache/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module FragmentCache
- VERSION = "1.20.3"
+ VERSION = "1.20.4"
end
0 commit comments