diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed21d28cb..03e75a965 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f32d18ab..022dd2497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.13.1 (2024-07-19) + + + +## What's Changed +### Fixes 🔧 +* fix: generated API file by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/811 +* fix: category race condition by updating Nutanix CSI to 3.0.0-2458 by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/814 +* fix: use production repo for Nutanix CSI to 3.0.0-2458 by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/815 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.0...v0.13.1 + ## 0.13.0 (2024-07-18) diff --git a/docs/hugo.toml b/docs/hugo.toml index ec8655274..6487e28a2 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -70,7 +70,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.13.0" +version = "0.13.1" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.