Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 2, 2023
1 parent 6441c0f commit a3a142a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

### Bug fixes

# 2.1.6 (2 Nov 2023)

### Breaking Changes

- The parser cache is now opt-in. Add `config.graphql.parser_cache = true` to your Rails environment setup to enable it. #4648

### New features

- New `ISO8691Duration`` scalar #4688

### Bug fixes

- Trace: fix custom trace mode inheritance #4693

# 2.1.5 (25 Oct 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.1.5"
VERSION = "2.1.6"
end

0 comments on commit a3a142a

Please sign in to comment.