We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d9afe commit 26d4215Copy full SHA for 26d4215
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 1.0.3 (2020-08-31)
6
+
7
- [PR#29](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/29) Cache result JSON instead of connection objects ([@DmitryTsepelev][])
8
9
## 1.0.2 (2020-08-19)
lib/graphql/fragment_cache/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module FragmentCache
- VERSION = "1.0.2"
+ VERSION = "1.0.3"
end
0 commit comments