Skip to content

Commit e113e16

Browse files
committed
bump version
1 parent e38eb22 commit e113e16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## 7.0.0.beta (July 31, 2025)
1+
## 7.0.0.beta (September 3, 2025)
22

33
- IMPROVEMENT Initial support for AWS Lambda
44
- BREAKING end support for Ruby 2.7 and 3.0
55
- BREAKING end support for Rails < 7.1
66
- BUGFIX Fix an issue handling deserialization errors in Delayed::Job
7+
- IMPROVEMENT Support GraphQL >= 2.5
8+
- IMPROVEMENT Ignore `Rails::HealthController` by default
79

810
## 6.1.0.beta (June 11, 2024)
911

lib/skylight/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module Skylight
33
# for compatibility with semver when it is parsed by the rust agent.
44
# This string will be transformed in the gemspec to "5.0.0.alpha"
55
# to conform with rubygems.
6-
VERSION = "6.2.0-beta".freeze
6+
VERSION = "7.0.0-beta".freeze
77
end

0 commit comments

Comments
 (0)