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 3e833fd commit 7946b96Copy full SHA for 7946b96
CHANGELOG.md
@@ -8,11 +8,13 @@
8
9
### Bug fixes
10
11
-## 1.8.16 (14 Feb 2019)
+## 1.8.17 (14 Feb 2019)
12
13
14
15
-- Fix direct calls to `.sync_lazy` on Schema classes #2112
+- Fix direct calls to `.sync_lazy` on Schema classes #2113
16
+
17
+_1.8.16 was published by mistake, with no changes 😢_
18
19
## 1.8.15 (13 Feb 2019)
20
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.8.16"
+ VERSION = "1.8.17"
4
end
0 commit comments