Skip to content

Commit

Permalink
release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zvkemp committed Sep 11, 2023
1 parent 459f192 commit 188c593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
@@ -1,7 +1,4 @@
## 6.0.0-beta2 (prerelease)
- [IMPROVEMENT] Better support for GraphQL versions >= 2.0.18.

## 6.0.0-beta (prerelease)
## 6.0.0 (September 11, 2023)
- [BREAKING] End support for Ruby 2.6
- The following libraries are no longer tested and are not guaranteed to work with Skylight 6:
- Sinatra 1.x
Expand All @@ -16,6 +13,7 @@
the 'error' segment), rather than under the exception handler's controller and action name.
- [IMPROVEMENT] (Once again) Provide native support for FreeBSD.
- [BUGFIX] Fix an issue in which the daemon could time out if the processes file descriptor count was set very high (e.g. on Heroku's Performance dynos)
- [IMPROVEMENT] Better support for GraphQL versions >= 2.0.18.

## 5.3.4 (October 17, 2022)

Expand Down
2 changes: 1 addition & 1 deletion lib/skylight/version.rb
Expand Up @@ -3,5 +3,5 @@ module Skylight
# for compatibility with semver when it is parsed by the rust agent.
# This string will be transformed in the gemspec to "5.0.0.alpha"
# to conform with rubygems.
VERSION = "6.0.0-beta2".freeze
VERSION = "6.0.0".freeze
end

0 comments on commit 188c593

Please sign in to comment.