diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c790b..6966b80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.2.0"} +{".":"5.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ef79b..6807559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +## [5.3.0](https://github.com/ClosureTree/with_advisory_lock/compare/with_advisory_lock/v5.2.0...with_advisory_lock/v5.3.0) (2025-04-25) + + +### Features + +* add #current_advisory_locks method ([#111](https://github.com/ClosureTree/with_advisory_lock/issues/111)) ([ccbd3b2](https://github.com/ClosureTree/with_advisory_lock/commit/ccbd3b23465f7fa1fc3800334159986c31d5c351)) + ## [5.2.0](https://github.com/ClosureTree/with_advisory_lock/compare/with_advisory_lock/v5.1.0...with_advisory_lock/v5.2.0) (2025-04-24) diff --git a/lib/with_advisory_lock/version.rb b/lib/with_advisory_lock/version.rb index c057616..696ac6b 100644 --- a/lib/with_advisory_lock/version.rb +++ b/lib/with_advisory_lock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WithAdvisoryLock - VERSION = Gem::Version.new('5.2.0') + VERSION = Gem::Version.new('5.3.0') end