Skip to content

Commit

Permalink
2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Aug 30, 2023
1 parent 3e199f6 commit be70e18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@

### Bug fixes

# 2.0.27 (30 Aug 2023)

### New features

- Validators: Support `%{value}` in custom messages #4601

### Bug fixes

- Resolvers: Support `return false, nil` from `ready?` and `authorized?` #4585
- Enums: properly load directives from Schema IDL #4596
- Language: faster scanner #4576
- Language: support fields and arguments named `"null"` #4586
- Language: fix block string quote unescaping #4580
- Generator: use generated node type in Relay-related fields #4598

# 2.0.26 (8 Aug 2023)

### Bug fixes
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 = "2.0.26"
VERSION = "2.0.27"
end

0 comments on commit be70e18

Please sign in to comment.