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.0"
".": "2.4.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.4.1](https://github.com/appfolio/ae_reverse_proxy/compare/v2.4.0...v2.4.1) (2026-05-08)


### Documentation

* update changelog ([9987650](https://github.com/appfolio/ae_reverse_proxy/commit/9987650fc4b78d13c02fdd779f7339a332dc52b1))


### 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-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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ae_reverse_proxy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AeReverseProxy
VERSION = '2.4.0'
VERSION = '2.4.1'
end
Loading