Skip to content

Commit 4ac4f99

Browse files
committed
1.12.2
1 parent a2257de commit 4ac4f99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

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

99
### Bug fixes
1010

11-
# 1.12.1 (25 January 2021)
11+
# 1.12.2 (26 January 2021)
1212

1313
### New features
1414

1515
- `GraphQL::Deprecation.warn` is used for GraphQL-Ruby 2.0 deprecation warnings (and calls through to `ActiveSupport::Deprecation.warn` if it's available) #3292
1616

17+
# 1.12.1 (25 January 2021)
18+
1719
### Bug fixes
1820

1921
- `GraphQL::Dataloader`: properly support selections with multiple fields #3297

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.1"
3+
VERSION = "1.12.2"
44
end

0 commit comments

Comments
 (0)