Skip to content

Commit 845c826

Browse files
Bump version to 1.22.0
1 parent 67424d0 commit 845c826

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master
44

5+
## 1.22.0 (2025-02-20)
6+
7+
- [PR#134](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/134) Add possibility to include and exclude arguments from generated cache key ([@mgruner][])
8+
59
## 1.21.0 (2025-02-01)
610

711
- [PR#130](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/130) Dataloader support ([@DmitryTsepelev][])
@@ -217,3 +221,4 @@
217221
[@noma4i]: https://github.com/noma4i
218222
[@Drowze]: https://github.com/Drowze
219223
[@danielhartnell]: https://github.com/danielhartnell
224+
[@mgruner]: https://github.com/mgruner

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

0 commit comments

Comments
 (0)