From d382193d17884f46dade066ba77335c676580a5f Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Tue, 21 Nov 2023 18:10:16 +0100 Subject: [PATCH] Release v1.1.0 --- CHANGES.md | 5 ++++- lib/sidekiq/throttled/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7ea0f027..1d665ab5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2023-11-21 + ### Changed - Renamed `Sidekiq::Throttled::Middleware` to `Sidekiq::Throttled::Middlewares::Server` @@ -87,7 +89,8 @@ 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.1...main +[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.1.0...main +[1,1.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/ixti/sidekiq-throttled/compare/v1.0.0...v1.0.1 [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 diff --git a/lib/sidekiq/throttled/version.rb b/lib/sidekiq/throttled/version.rb index 03e310cc..f6306329 100644 --- a/lib/sidekiq/throttled/version.rb +++ b/lib/sidekiq/throttled/version.rb @@ -3,6 +3,6 @@ module Sidekiq module Throttled # Gem version - VERSION = "1.0.1" + VERSION = "1.1.0" end end