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 743b542 commit ff48de5Copy full SHA for ff48de5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 1.21.0 (2025-02-01)
6
+
7
- [PR#130](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/130) Dataloader support ([@DmitryTsepelev][])
8
- [PR#125](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/125) Introduce cache lookup instrumentation hook ([@danielhartnell][])
9
lib/graphql/fragment_cache/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module FragmentCache
- VERSION = "1.20.5"
+ VERSION = "1.21.0"
end
0 commit comments