Skip to content

Commit

Permalink
Merge pull request #3359 from ualbertalib/cut-new-release-for-v2.7.1
Browse files Browse the repository at this point in the history
Bump version and changelog for 2.7.1
  • Loading branch information
murny authored Jan 24, 2024
2 parents 9089828 + 99d1a20 commit 5f87c2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ New entries in this file should aim to provide a meaningful amount of informatio

## [Unreleased]

## [2.7.1] - 2024-01-24

### Chores
- Bump rubocop-minitest from 0.34.4 to 0.34.5 [PR#3351](https://github.com/ualbertalib/jupiter/pull/3351)
- Bump sidekiq-unique-jobs from 8.0.5 to 8.0.6 [PR#3357](https://github.com/ualbertalib/jupiter/pull/3357)
- Bump rubocop from 1.59.0 to 1.60.2 [PR#3356](https://github.com/ualbertalib/jupiter/pull/3356)
- Bump selenium-webdriver from 4.16.0 to 4.17.0 [PR#3355](https://github.com/ualbertalib/jupiter/pull/3355)
- Bump sidekiq from 7.2.0 to 7.2.1 [PR#3352](https://github.com/ualbertalib/jupiter/pull/3352)
- Bump core-js from 3.35.0 to 3.35.1 [PR#3353](https://github.com/ualbertalib/jupiter/pull/3353)
- Bump version of ffi to 1.16.3 [PR#3358](https://github.com/ualbertalib/jupiter/pull/3358)
- Bump rubocop-minitest from 0.34.4 to 0.34.5 [PR#3351](https://github.com/ualbertalib/jupiter/pull/3351)

## [2.7.0] - 2024-01-20

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.7.0'.freeze
VERSION = '2.7.1'.freeze
end

0 comments on commit 5f87c2f

Please sign in to comment.