We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46d960 commit a59480eCopy full SHA for a59480e
CHANGELOG.md
@@ -8,7 +8,14 @@
8
9
### Bug fixes
10
11
-## 1.5.0 (10 Mar 2017)
+## 1.5.1 (12 Mar 2017)
12
+
13
+### Bug fixes
14
15
+- Fix rewrite performance regressions from 1.5.0 #599
16
+- Remove unused `GraphQL::Execution::Lazy` initialization API #597
17
18
+## 1.5.0 (10 Mar 2017), yanked
19
20
### Breaking changes
21
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.5.0"
+ VERSION = "1.5.1"
4
end
0 commit comments