From 659fdfa9b0ef420108dbdf32fd40654c583c8b33 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Thu, 18 Jan 2024 18:00:52 +0100 Subject: [PATCH] Release v1.3.0 --- CHANGES.md | 10 +++++++++- lib/sidekiq/throttled/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5d9b2da..f02c82d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,9 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.3.0] - 2024-01-18 + +### Added + - Add Sidekiq Pro 7.0, 7.1, and 7.2 support - Add Ruby 3.3 support + ## [1.2.0] - 2023-12-18 ### Added @@ -99,7 +105,9 @@ 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.1.0...main +[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.3.0...main +[1.3.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.1.0...v1.2.0 [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 diff --git a/lib/sidekiq/throttled/version.rb b/lib/sidekiq/throttled/version.rb index 0b58616..6a0514c 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.2.0" + VERSION = "1.3.0" end end