Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Nov 20, 2023
1 parent b2949cc commit f6776b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2023-11-20

### Added

- Add Sidekiq-7.2 support
- Revive queues cooldown logic
[#163](https://github.com/ixti/sidekiq-throttled/pull/163)

### Changed

Expand Down Expand Up @@ -66,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove queue exclusion from fetcher pon throttled job


[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0.alpha.1...main
[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0...main
[1.0.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0.alpha.1...v1.0.0
[1.0.0.alpha.1]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0.alpha...v1.0.0.alpha.1
[1.0.0.alpha]: https://github.com/ixti/sidekiq-throttled/compare/v0.16.1...v1.0.0.alpha
2 changes: 1 addition & 1 deletion lib/sidekiq/throttled/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Sidekiq
module Throttled
# Gem version
VERSION = "1.0.0.alpha.1"
VERSION = "1.0.0"
end
end

0 comments on commit f6776b8

Please sign in to comment.