diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..fdadbf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f9574..ed4669e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [2.4.1](https://github.com/appfolio/ae_reverse_proxy/compare/v2.4.0...v2.4.1) (2026-07-20) + + +### Documentation + +* update changelog ([9987650](https://github.com/appfolio/ae_reverse_proxy/commit/9987650fc4b78d13c02fdd779f7339a332dc52b1)) + + +### Miscellaneous Chores + +* migrate catalog-info.yaml metadata into gemspec for gemspec catalog ingestor ([2f10082](https://github.com/appfolio/ae_reverse_proxy/commit/2f10082a6f322578c8e675204712a0b7e1155484)) +* migrate npm registry from CodeArtifact to JFrog ([258d486](https://github.com/appfolio/ae_reverse_proxy/commit/258d486616c2a451e0944f436d740c549fc547ff)) +* migrate npm registry from CodeArtifact to JFrog ([37afdfe](https://github.com/appfolio/ae_reverse_proxy/commit/37afdfee8d297d8d53f190d79c0a9ab8b2ba2602)) +* standardize CI and test configuration ([33064e9](https://github.com/appfolio/ae_reverse_proxy/commit/33064e96e6df421a69a9bd138db47a409f9bf411)) + + +### Build System + +* migrate gem source from RubyGems to JFrog ([475189e](https://github.com/appfolio/ae_reverse_proxy/commit/475189eefeb4ba865993d1971d7279d38788911b)) + + +### Continuous Integration + +* add id-token permission for OIDC trusted publishing ([6b5bbbc](https://github.com/appfolio/ae_reverse_proxy/commit/6b5bbbcced2a8fed8d5915a6b36479bc39cfbb49)) +* add id-token permission for OIDC trusted publishing ([2ef9668](https://github.com/appfolio/ae_reverse_proxy/commit/2ef96683e37df869ea26dcc18e8bff6c24f83bd0)) +* add Release Please and gem-releaser workflows for automated releases ([65827af](https://github.com/appfolio/ae_reverse_proxy/commit/65827af85b2a1180c4051a7d2853a69618eae09c)) +* add Release Please and gem-releaser workflows for automated releases ([152eeb2](https://github.com/appfolio/ae_reverse_proxy/commit/152eeb282cbb84f8f50d8c54cff03375515eaf81)) +* scope release workflow to gem-shipped files via paths filter ([1105b14](https://github.com/appfolio/ae_reverse_proxy/commit/1105b1497fa8f5d04868a32f20494c11b4a69447)) +* scope release workflow to gem-shipped files via paths filter ([2532e50](https://github.com/appfolio/ae_reverse_proxy/commit/2532e50686fdf13710e973119bac38d1fae1a9b5)) +* scope release-please to gem-shipped files via include-paths ([ace55f3](https://github.com/appfolio/ae_reverse_proxy/commit/ace55f3e2aac78fde67737dfc4cc7558cc02755f)) + ## [Unreleased](https://github.com/appfolio/ae_reverse_proxy/tree/HEAD) [Full Changelog](https://github.com/appfolio/ae_reverse_proxy/compare/v2.4.0...HEAD) diff --git a/lib/ae_reverse_proxy/version.rb b/lib/ae_reverse_proxy/version.rb index 1ddedb0..c9814d7 100644 --- a/lib/ae_reverse_proxy/version.rb +++ b/lib/ae_reverse_proxy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AeReverseProxy - VERSION = '2.4.0' + VERSION = '2.4.1' end