Skip to content

Commit a59480e

Browse files
committed
1.5.1
1 parent d46d960 commit a59480e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88

99
### Bug fixes
1010

11-
## 1.5.0 (10 Mar 2017)
11+
## 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
1219

1320
### Breaking changes
1421

lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.5.0"
3+
VERSION = "1.5.1"
44
end

0 commit comments

Comments
 (0)