Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Apr 26, 2024
1 parent f132462 commit 8f08e6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

## 3.3.1 - 2024-02-29
- make ruby 3.1 a minimum version
## 3.6.0 - 2024-04-26
- drop ruby 3.1 support
- pass context.headers to the http reponse

## 3.5.0 - 2024-02-29
- make ruby 3.1 as a minimum ruby version, add ruby 3.3 support

## 3.3.0 - 2023-11-23

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rack-graphql (3.5.0)
rack-graphql (3.6.0)
graphql (~> 2.0)
oj
rack (>= 2.2.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack_graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RackGraphql
VERSION = '3.5.0'.freeze
VERSION = '3.6.0'.freeze
end

0 comments on commit 8f08e6e

Please sign in to comment.