diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10f35ec..ea6fdcd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ community.sap_launchpad Release Notes .. contents:: Topics +v1.1.0 +====== + +Release Summary +--------------- + +| Release Date: 2023-11-28 +| Community contribution Ansible Module systems_info to query registered systems in me.sap.com +| Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey + + +v1.0.1 +====== + +Release Summary +--------------- + +| Release Date: 2023-09-14 +| Fix for handling old password prompt + + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 030dbf5..af771c1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,26 @@ ancestor: null releases: + + 1.1.0: + changes: + release_summary: '| Release Date: 2023-11-28 + + | Community contribution Ansible Module systems_info to query registered systems in me.sap.com + + | Community contribution Ansible Module license_keys to create systems and license keys on me.sap.com/licensekey + + ' + release_date: '2023-11-28' + + 1.0.1: + changes: + release_summary: '| Release Date: 2023-09-14 + + | Fix for handling old password prompt + + ' + release_date: '2023-09-14' + 1.0.0: changes: release_summary: '| Release Date: 2023-08-22 diff --git a/galaxy.yml b/galaxy.yml index 6337958..90db301 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: community name: sap_launchpad # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 1.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -18,6 +18,7 @@ authors: - IBM Lab for SAP Solutions - IBM Cloud for SAP - IBM Consulting for SAP + - MatthiasWinzeler ### OPTIONAL but strongly recommended # A short summary description of the collection