diff --git a/CHANGELOG.md b/CHANGELOG.md index ad154b27f8..d18c7940b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.9.2] - 2024-03-25 + +### Added + +- Support for AWS IAM-based authentication with AWS RDS backed databases (#4828) +- Support for adjusting the SPIRE Server log level at runtime (#4880) +- New `retry_bootstrap` option to SPIRE Agent to retry failed bootstrapping with SPIRE Server, with a backoff, in lieu of failing the startup process (#4597) +- Improved logging (#4902, #4906) +- Documentation improvements (#4895, #4951, #4907) + ## [1.9.1] - 2024-03-05 ### Security