From 07793448a574dbb7fbbaea64e47ab930ce1a5900 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:22:27 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea85941..9282302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.0](https://github.com/nullplatform/services-postgresql-aurora/compare/v0.0.2...v0.1.0) (2026-08-24) + + +### Features + +* **aurora-postgres-server:** make Secrets Manager encryption key configurable ([dfe1806](https://github.com/nullplatform/services-postgresql-aurora/commit/dfe18062427ca2420a48d0130bf52eb5540094a5)) + + +### Bug Fixes + +* **aurora-postgres-db:** encrypt the app secret with a customer managed key ([8d00ae8](https://github.com/nullplatform/services-postgresql-aurora/commit/8d00ae815424d04a3d1ff82bd8f975a9bdc2ea9c)) +* **aurora-postgres-db:** store app-level credentials in Secrets Manager ([c2e058b](https://github.com/nullplatform/services-postgresql-aurora/commit/c2e058b1e945c5b7eaeb32b92c8fa08f9cf9e6b0)) +* **aurora-postgres-server:** grant KMS access so secret_kms_key_id works ([27ac6d4](https://github.com/nullplatform/services-postgresql-aurora/commit/27ac6d415e84e98c00e5f0287c942aefab677680)) + ## [0.0.2](https://github.com/nullplatform/services-postgresql-aurora/compare/0.0.1...v0.0.2) (2026-07-28)