diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 297a040..333267d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,14 @@ -Will be updated by antsibull-changelog. Do not edit this manually! +================================================ +Ansible Microsoft Active Directory Release Notes +================================================ -See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. +.. contents:: Topics -Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. + +v1.0.0 +====== + +Release Summary +--------------- + +This is the first release of the ``microsoft.ad`` Ansible collection which contains modules that can be used to managed a Microsoft Active Directory environment. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml new file mode 100644 index 0000000..6e75931 --- /dev/null +++ b/changelogs/changelog.yaml @@ -0,0 +1,10 @@ +ancestor: null +releases: + 1.0.0: + changes: + release_summary: This is the first release of the ``microsoft.ad`` Ansible collection + which contains modules that can be used to managed a Microsoft Active Directory + environment. + fragments: + - release-summary.yml + release_date: '2023-02-15' diff --git a/changelogs/fragment/.keep b/changelogs/fragments/.keep similarity index 100% rename from changelogs/fragment/.keep rename to changelogs/fragments/.keep