File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- - Modifies allowed Sidekiq versions to allow Sidekiq 6 upgrade. 1.0.0 made the requisite code changes but did not modify the gemspec properly.
9+ ## [ 1.1.0] - 2025-05-13
10+
11+ ### Changed
1012- [ Development] Target supported Ruby version 3.2.6
1113
14+ ### Fixed
15+ - Modifies allowed Sidekiq versions to allow Sidekiq 6 upgrade. 1.0.0 made the requisite code changes but did not modify the gemspec properly.
16+
1217## [ 1.0.0] - 2025-05-13
1318
1419### Changed
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SidekiqBus
4- VERSION = '1.0 .0'
4+ VERSION = '1.1 .0'
55end
You can’t perform that action at this time.
0 commit comments