Skip to content

Commit

Permalink
Bump CHANGELOG and VERSION for 2.10.2 release (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia authored Jan 16, 2025
1 parent df4b372 commit d1b96d8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,39 @@ New entries in this file should aim to provide a meaningful amount of informatio

## [Unreleased]

## 2.10.2 - 2025-01-15

### Changed
* Pin ubuntu to 22.04 for stability through the end of the project [#3676](https://github.com/ualbertalib/jupiter/issues/3676)

### Chores
* Bump pg from 1.5.7 to 1.5.9 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3616
* Bump omniauth-saml from 2.1.2 to 2.2.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3618
* Bump sass from 1.80.4 to 1.80.6 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3624
* Bump sidekiq from 7.3.4 to 7.3.5 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3623
* Bump rubocop from 1.67.0 to 1.68.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3622
* Bump strong_migrations from 2.0.1 to 2.0.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3621
* Bump rubocop-rails from 2.26.2 to 2.27.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3619
* Bump selenium-webdriver from 4.24.0 to 4.26.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3615
* Bump minitest-retry from 0.2.2 to 0.2.3 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3617
* Bump erb_lint from 0.6.0 to 0.7.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3614
* Bump trix from 2.1.7 to 2.1.8 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3612
* Bump sidekiq-cron from 1.12.0 to 2.0.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3634
* Bump trix from 2.1.8 to 2.1.12 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3670
* Bump actionpack from 7.1.4.1 to 7.1.5.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3657
* Bump strong_migrations from 2.0.2 to 2.1.0 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3632
* Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3651
* Bump rubocop-performance from 1.22.1 to 1.23.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3672
* Bump sidekiq from 7.3.5 to 7.3.7 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3665
* Bump esbuild from 0.23.1 to 0.24.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3669
* Bump json-schema from 5.0.1 to 5.1.1 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3653
* Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3637
* Bump sass from 1.80.6 to 1.83.4 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3675
* Bump flipper from 1.3.1 to 1.3.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3639
* Bump flipper-ui from 1.3.1 to 1.3.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3640
* Bump flipper-active_record from 1.3.1 to 1.3.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3641
* Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2 by @dependabot in https://github.com/ualbertalib/jupiter/pull/3663

## 2.10.1 - 2024-10-30

### Added
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.10.1'.freeze
'2.10.2'.freeze
end
end

0 comments on commit d1b96d8

Please sign in to comment.