diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efe8e7a47..6bb98a0a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Community.MongoDB Release Notes .. contents:: Topics +v1.7.4: +========= + +Release Summary +---------------- + +This release is a maintenance release. + +Minor Changes +------------- + +- 644 - mongodb_shell - Add ssl/tls options. + v1.7.3: ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 641f7c62f..26cac23f0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -335,3 +335,8 @@ releases: This release is a maintenance release. bugfixes: - 641 - mongodb_mongod - Add test condition for storage option in mongod.conf template file. + 1.7.4: + release_summary: | + This release is a maintenance release. + minor_changes: + - 644 - mongodb_shell - Add ssl/tls options. diff --git a/galaxy.yml b/galaxy.yml index 9af0e3322..a58572dd5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mongodb -version: 1.7.3 +version: 1.7.4 readme: README.md authors: - Ansible (https://github.com/ansible)