Skip to content

Commit 11aefdf

Browse files
committed
Release v1.5.2
1 parent 2c7157a commit 11aefdf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [1.5.2] - 2025-01-12
13+
14+
### Fixed
15+
16+
- Fix maximum retry period calculation, and the queue name when job being pushed
17+
back on queue [#201](https://github.com/ixti/sidekiq-throttled/pull/201).
18+
19+
1220
## [1.5.1] - 2024-12-09
1321

1422
### Changed
@@ -142,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142150
- Remove queue exclusion from fetcher pon throttled job
143151

144152

145-
[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.5.1...main
153+
[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.5.2...main
154+
[1.5.2]: https://github.com/ixti/sidekiq-throttled/compare/v1.5.1...v1.5.2
146155
[1.5.1]: https://github.com/ixti/sidekiq-throttled/compare/v1.5.0...v1.5.1
147156
[1.5.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.4.0...v1.5.0
148157
[1.4.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.3.0...v1.4.0

lib/sidekiq/throttled/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Sidekiq
44
module Throttled
55
# Gem version
6-
VERSION = "1.5.1"
6+
VERSION = "1.5.2"
77
end
88
end

0 commit comments

Comments
 (0)