Skip to content

Commit

Permalink
1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 27, 2021
1 parent 5133a15 commit 792f276
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Bug fixes

# 1.12.3 (27 January 2021)

### Bug fixes

- Fix constant names for legacy scalar types

# 1.12.2 (26 January 2021)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "1.12.2"
VERSION = "1.12.3"
end

0 comments on commit 792f276

Please sign in to comment.