Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.1"
".": "2.4.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/declarative_authorization/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeclarativeAuthorization
VERSION = '2.4.1'.freeze
VERSION = '2.4.2'.freeze
end