diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5baea..4fa32a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [currents-0.7.2](https://github.com/currents-dev/helm-charts/releases/tag/currents-0.7.2) - 2026-08-02 + + +### Bug Fixes +- [`cd03b76`](https://github.com/currents-dev/helm-charts/commit/cd03b761370a9f75a0d52cb98f5012eedf79a935) fix: expose the ses email transporter so smtp isn't hardcoded (#46) + + ## [currents-0.7.1](https://github.com/currents-dev/helm-charts/releases/tag/currents-0.7.1) - 2026-07-28 diff --git a/charts/currents/Chart.yaml b/charts/currents/Chart.yaml index 6a6b1fe..47b55a4 100644 --- a/charts/currents/Chart.yaml +++ b/charts/currents/Chart.yaml @@ -5,7 +5,7 @@ home: https://currents.dev type: application # The chart version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.1 +version: 0.7.2 # Version number of the application being deployed. # Versions are not expected to follow Semantic Versioning. They should reflect the version the application is using. appVersion: "2026-07-26-001" diff --git a/docs/configuration.md b/docs/configuration.md index 5cec96e..73315ff 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,6 +1,6 @@ # Configuration Reference -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026-07-26-001](https://img.shields.io/badge/AppVersion-2026--07--26--001-informational?style=flat-square) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026-07-26-001](https://img.shields.io/badge/AppVersion-2026--07--26--001-informational?style=flat-square) ## Requirements