Skip to content

Commit

Permalink
Merge pull request #3108 from ualbertalib/cds/cut-2.5-release
Browse files Browse the repository at this point in the history
cut release for jupiter 2.5.0
  • Loading branch information
ConnorSheremeta authored Apr 5, 2023
2 parents 3350c67 + e7a4ade commit 8797323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ New entries in this file should aim to provide a meaningful amount of informatio

## Unreleased

## [2.5.0] - 2023-04-05

### Security
- Upgraded to ruby 3.1.4 [PR#3097](https://github.com/ualbertalib/jupiter/pull/3097)

## [2.4.5] - 2023-03-24

### Security
Expand All @@ -18,9 +23,6 @@ New entries in this file should aim to provide a meaningful amount of informatio
### Added
- Crawl-Delay to robots.txt [PR#3027](https://github.com/ualbertalib/jupiter/pull/3027)

### Security
- Upgraded to ruby 3.1.3 [PR#3097](https://github.com/ualbertalib/jupiter/pull/3097)

### Changed
- Refactored tests into smaller tests [PR#2563](https://github.com/ualbertalib/jupiter/pull/2563)

Expand Down
2 changes: 1 addition & 1 deletion lib/jupiter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jupiter
VERSION = '2.4.5'.freeze
VERSION = '2.5.0'.freeze
end

0 comments on commit 8797323

Please sign in to comment.