Skip to content

Commit

Permalink
Merge pull request #3568 from ualbertalib/jupiter-2.10.0
Browse files Browse the repository at this point in the history
Prepare for 2.10.0 minor release
  • Loading branch information
jefferya authored Sep 16, 2024
2 parents b36fcd6 + e23dfe1 commit b398494
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 b398494

Please sign in to comment.