diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b114496d..1f59b6814 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0" + ".": "0.27.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a927023..a9310f969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.27.1 (2025-02-13) + + + +## What's Changed +### Fixes 🔧 +* fix: Use new patch handler for AWS and Docker ClusterClasses by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1050 +### Other Changes +* build: Updated goreleaser kos.repositories config by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1051 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.27.0...v0.27.1 + ## 0.27.0 (2025-02-12) diff --git a/docs/hugo.toml b/docs/hugo.toml index fe3856dd4..e82dff2f4 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -71,7 +71,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "0.27.0" +version = "0.27.1" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.