From 278069f0a291d90f33ba9d631f3ee20868ff69bd Mon Sep 17 00:00:00 2001 From: zvkemp Date: Tue, 9 Jan 2024 09:19:19 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ lib/skylight/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73717fd..cee18e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.2 (January 9, 2024) + +- [IMPROVEMENT] When using certain versions of Rubygems (< 3.4.9), some users experienced a Rubygems bug in which the wrong version of Psych native extensions were loaded during Skylight's native extension building. We have inlined the data needed to download libskylight, so YAML is no longer required during installation. Note that for existing versions of Skylight, this issue may also be corrected by updating Rubygems to at least 3.4.9. + ## 6.0.1 (September 12, 2023) - [BUGFIX] Fix a logger message that could raise an error when I18n is misconfigured or unconfigured. - [BUGFIX] Fix an issue with proxy config in skylightd. diff --git a/lib/skylight/version.rb b/lib/skylight/version.rb index e6bb3f22..0fb26e4b 100644 --- a/lib/skylight/version.rb +++ b/lib/skylight/version.rb @@ -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.1".freeze + VERSION = "6.0.2".freeze end