From e23dfe11da706651b997632acb01bead8ed03d57 Mon Sep 17 00:00:00 2001 From: Jeffery Antoniuk Date: Wed, 11 Sep 2024 16:57:48 -0600 Subject: [PATCH] Prepare for 2.10.0 minor release * add note about the 2.9.3 release -- deleted release tagged off main and tag off 2.9.2 due to nodejs compatibility issue --- CHANGELOG.md | 13 ++++++++++++- lib/jupiter/version.rb | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64be4730b..65c4b3d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ New entries in this file should aim to provide a meaningful amount of informatio ## [Unreleased] -## [2.9.3] - 2024-06-13 +## [2.10.0] - Unreleased + +:warning: Updated requirement **Node.js** 18.15.0+ ### CVE fixes * Bump ruby-saml from 1.15.0 to 1.17.0 - [CVE-2024-45409](https://github.com/advisories/GHSA-jw9c-mfg7-9rx2) [PR#3565](https://github.com/ualbertalib/jupiter/pull/3564) @@ -66,6 +68,15 @@ New entries in this file should aim to provide a meaningful amount of informatio * Bump selenium-webdriver from 4.23.0 to 4.24.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3550 * Update CHANGELOG.md by @pgwillia in https://github.com/ualbertalib/jupiter/pull/3501 +## [2.9.3] - 2024-09-11 + +:warning: this tag based off the nodejs_16 branch as main was not compatible with the hosting infrastructure and a timely release was required. + +### CVE fixes +* Bump ruby-saml from 1.15.0 to 1.17.0 - [CVE-2024-45409](https://github.com/advisories/GHSA-jw9c-mfg7-9rx2) [PR#3565](https://github.com/ualbertalib/jupiter/pull/3564) + + + ## [2.9.2] - 2024-06-13 ### Chores diff --git a/lib/jupiter/version.rb b/lib/jupiter/version.rb index 2b2d6a27c..357799d86 100644 --- a/lib/jupiter/version.rb +++ b/lib/jupiter/version.rb @@ -1,5 +1,5 @@ module Jupiter::Version def self.version_info - '2.9.3'.freeze + '2.10.0'.freeze end end