Skip to content

Commit 8931b61

Browse files
Bump version to 1.20.1
1 parent a4b60e1 commit 8931b61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 1.20.1 (2024-04-03)
6+
7+
- [PR#112](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/112) fix tracer deprecation warnings ([@diegofigueroa][])
58
- [PR#109](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/109) Remove `Lookahead` patch in modern versions of graphql-ruby ([@DmitryTsepelev][])
69

710
## 1.20.0 (2024-03-02)
@@ -188,3 +191,4 @@
188191
[@KTSCode]: https://github.com/KTSCode
189192
[@rince]: https://github.com/rince
190193
[@camero2734]: https://github.com/camero2734
194+
[@diegofigueroa]: https://github.com/diegofigueroa

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

0 commit comments

Comments
 (0)