Skip to content

Commit 26d4215

Browse files
Bump version to 1.0.3
1 parent 56d9afe commit 26d4215

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 1.0.3 (2020-08-31)
6+
57
- [PR#29](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/29) Cache result JSON instead of connection objects ([@DmitryTsepelev][])
68

79
## 1.0.2 (2020-08-19)

lib/graphql/fragment_cache/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GraphQL
44
module FragmentCache
5-
VERSION = "1.0.2"
5+
VERSION = "1.0.3"
66
end
77
end

0 commit comments

Comments
 (0)