From 8fd657a3f04a44b06557bc93b5b5c2781a13e3dc Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:30:28 +0000 Subject: [PATCH] collection: changelog and version update to 1.1.1 --- CHANGELOG.rst | 10 ++++++++++ galaxy.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea83ff3..8b302aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ community.sap_infrastructure Release Notes .. contents:: Topics +v1.1.1 +====== + +Release Summary +--------------- + +| Release Date: 2024-12-19 +| sap_hypervisor_node_preconfigure: Bug fix for HPP wait +| sap_hypervisor_node_preconfigure: Bug fix for HCO wait and validate + v1.1.0 ====== diff --git a/galaxy.yml b/galaxy.yml index 88a3088..2bab533 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: community name: sap_infrastructure # The version of the collection. Must be compatible with semantic versioning -version: 1.1.0 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md