diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e6f8775..cf533f2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8382e8..93a9ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.1](https://github.com/trivago/go-kubernetes/compare/v4.0.0...v4.0.1) (2025-10-06) + + +### Miscellaneous + +* fix typo in the readme ([160a7eb](https://github.com/trivago/go-kubernetes/commit/160a7ebc5e2654bd004da525e18a82c45464045e)) +* readme typo ([#49](https://github.com/trivago/go-kubernetes/issues/49)) ([123ce90](https://github.com/trivago/go-kubernetes/commit/123ce906599e87fe52a60dc2684ae57901679148)) + ## [4.0.0](https://github.com/trivago/go-kubernetes/compare/v3.2.2...v4.0.0) (2025-10-01)