diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7247f2..720d77e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Ansible Microsoft Active Directory Release Notes .. contents:: Topics +v1.7.1 +====== + +Release Summary +--------------- + +Release summary for v1.7.1. Minor fix for broken action plugin docs + +Bugfixes +-------- + +- Fix ``microsoft.ad.debug_ldap_client`` documentation problem so it appears in the ``ansible-doc`` plugin list and online documentation. + v1.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e05e9d2..efb8b36 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -241,3 +241,14 @@ releases: name: service_account namespace: '' release_date: '2024-08-30' + 1.7.1: + changes: + bugfixes: + - Fix ``microsoft.ad.debug_ldap_client`` documentation problem so it appears + in the ``ansible-doc`` plugin list and online documentation. + release_summary: Release summary for v1.7.1. Minor fix for broken action plugin + docs + fragments: + - debug-ldap-client-doc.yml + - release-summary.yml + release_date: '2024-09-04' diff --git a/changelogs/fragments/debug-ldap-client-doc.yml b/changelogs/fragments/debug-ldap-client-doc.yml deleted file mode 100644 index d72c808..0000000 --- a/changelogs/fragments/debug-ldap-client-doc.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - >- - Fix ``microsoft.ad.debug_ldap_client`` documentation problem so it appears in the ``ansible-doc`` plugin list and - online documentation. diff --git a/galaxy.yml b/galaxy.yml index b077aa3..78c5042 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: microsoft name: ad -version: 1.7.0 +version: 1.7.1 readme: README.md authors: - Jordan Borean @jborean93