diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a66754d..605f01d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ stop50.ansible-netcup Release Notes .. contents:: Topics +v0.1.3 +====== + +Release Summary +--------------- + +changed owner of collection + v0.1.2 ====== @@ -40,4 +48,4 @@ New Plugins Inventory ~~~~~~~~~ -- ansible.netcup.scp - Returns Ansible inventory from netcup SCP +- sebastian.netcup.scp - Returns Ansible inventory from netcup SCP diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 39fa354..c3d4415 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -20,4 +20,4 @@ plugins: strategy: {} test: {} vars: {} -version: 0.1.2 +version: 0.1.3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f457345..3c253d6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -27,3 +27,9 @@ releases: fragments: - scp-additional_info.yml release_date: '2023-12-10' + 0.1.3: + changes: + release_summary: changed owner of collection + fragments: + - owner-change.yml + release_date: '2023-12-30' diff --git a/changelogs/fragments/owner-change.yml b/changelogs/fragments/owner-change.yml new file mode 100644 index 0000000..719794b --- /dev/null +++ b/changelogs/fragments/owner-change.yml @@ -0,0 +1,2 @@ +--- +release_summary: changed owner of collection diff --git a/galaxy.yml b/galaxy.yml index 382ca1c..1169387 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- -namespace: ansible +namespace: sebastian name: netcup -version: 0.1.2 +version: 0.1.3 readme: README.md authors: - Sebastian Tobie