Skip to content

Commit 340774c

Browse files
Bump version to 1.20.5
1 parent 076fd42 commit 340774c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.20.5 (2024-11-02)
6+
57
- [PR#120](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/120) Fix warning on ActiveSupport::Cache.format_version ([@Drowze][])
68

79
## 1.20.4 (2024-10-05)

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

0 commit comments

Comments
 (0)