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 b8a7362 commit 802c809Copy full SHA for 802c809
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 1.18.1 (2023-01-06)
6
+
7
- [PR#96](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/96) Properly pass arguments to `write_multi` ([@DmitryTsepelev][])
8
9
## 1.18.0 (2022-12-28)
lib/graphql/fragment_cache/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module FragmentCache
- VERSION = "1.18.0"
+ VERSION = "1.18.1"
end
0 commit comments