Skip to content

Commit 792f276

Browse files
committed
1.12.3
1 parent 5133a15 commit 792f276

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
### Bug fixes
1010

11+
# 1.12.3 (27 January 2021)
12+
13+
### Bug fixes
14+
15+
- Fix constant names for legacy scalar types
16+
1117
# 1.12.2 (26 January 2021)
1218

1319
### New features

Diff for: 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.12.2"
3+
VERSION = "1.12.3"
44
end

0 commit comments

Comments
 (0)