Skip to content

Commit ff48de5

Browse files
Bump version to 1.21.0
1 parent 743b542 commit ff48de5

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
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 1.21.0 (2025-02-01)
6+
57
- [PR#130](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/130) Dataloader support ([@DmitryTsepelev][])
68
- [PR#125](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/125) Introduce cache lookup instrumentation hook ([@danielhartnell][])
79

lib/graphql/fragment_cache/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 FragmentCache
5-
VERSION = "1.20.5"
5+
VERSION = "1.21.0"
66
end
77
end

0 commit comments

Comments
 (0)