Skip to content

Commit

Permalink
Prepare for 2.10.0 minor release
Browse files Browse the repository at this point in the history
* add note about the 2.9.3 release -- deleted release tagged off main and tag off 2.9.2 due to nodejs compatibility issue
  • Loading branch information
jefferya committed Sep 11, 2024
1 parent b36fcd6 commit e23dfe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/jupiter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jupiter::Version
def self.version_info
'2.9.3'.freeze
'2.10.0'.freeze
end
end

0 comments on commit e23dfe1

Please sign in to comment.