diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fdadbf2..78baf5b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.1" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b4e8e..7a3b67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/jimeh/casecmp/compare/v2.4.1...v2.5.0) (2025-04-22) + + +### Features + +* **chart:** add revisionHistoryLimit configuration ([#24](https://github.com/jimeh/casecmp/issues/24)) ([37968b6](https://github.com/jimeh/casecmp/commit/37968b6d7179e6c48cdfb266a74d92af88c5fb0a)) + ## [2.4.1](https://github.com/jimeh/casecmp/compare/v2.4.0...v2.4.1) (2025-03-16) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b265cff..20925d6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: casecmp description: A Helm chart for casecmp type: application -version: 2.4.1 -appVersion: 2.4.1 +version: 2.5.0 +appVersion: 2.5.0