Skip to content

Commit 7946b96

Browse files
committed
1.8.17
1 parent 3e833fd commit 7946b96

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88

99
### Bug fixes
1010

11-
## 1.8.16 (14 Feb 2019)
11+
## 1.8.17 (14 Feb 2019)
1212

1313
### Bug fixes
1414

15-
- Fix direct calls to `.sync_lazy` on Schema classes #2112
15+
- Fix direct calls to `.sync_lazy` on Schema classes #2113
16+
17+
_1.8.16 was published by mistake, with no changes 😢_
1618

1719
## 1.8.15 (13 Feb 2019)
1820

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.8.16"
3+
VERSION = "1.8.17"
44
end

0 commit comments

Comments
 (0)