Skip to content

Commit c7039d8

Browse files
authored
Merge pull request #5 from taskrabbit/along/release-v1v1v0
Release v1.1.0
2 parents 4e251a6 + 17200ad commit c7039d8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/sidekiq_bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SidekiqBus
4-
VERSION = '1.0.0'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)