Skip to content

Commit

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

## [Unreleased]


## [1.0.0.alpha] - 2023-05-30

### Added

- Add sidekiq 7.0 and 7.1 support
Expand All @@ -30,4 +33,5 @@ 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/v0.16.1...main
[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0.alpha...main
[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.dev"
VERSION = "1.0.0.alpha"
end
end

0 comments on commit e48f6f3

Please sign in to comment.