diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdadbf2..faff6f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.1" + ".": "2.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba6284..57efa79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.2](https://github.com/appfolio/ae_declarative_authorization/compare/v2.4.1...v2.4.2) (2026-07-17) + + +### Miscellaneous Chores + +* migrate catalog-info.yaml metadata into gemspec for gemspec catalog ingestor ([d4d5e61](https://github.com/appfolio/ae_declarative_authorization/commit/d4d5e61e59f62d1930b011f7225e595f1fbefcaf)) +* standardize CI and test configuration ([d67cec0](https://github.com/appfolio/ae_declarative_authorization/commit/d67cec0e57b6fcba9851c5ec75b80e4ab6328242)) + + +### Build System + +* migrate gem source from RubyGems to JFrog ([c65f6dc](https://github.com/appfolio/ae_declarative_authorization/commit/c65f6dc04156a4ea9b83a9aeb77d997a2477bcc2)) + ## [2.4.1](https://github.com/appfolio/ae_declarative_authorization/compare/v2.4.0...v2.4.1) (2026-05-08) diff --git a/lib/declarative_authorization/version.rb b/lib/declarative_authorization/version.rb index a494cc9..6dfb298 100644 --- a/lib/declarative_authorization/version.rb +++ b/lib/declarative_authorization/version.rb @@ -1,3 +1,3 @@ module DeclarativeAuthorization - VERSION = '2.4.1'.freeze + VERSION = '2.4.2'.freeze end