diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25f1d0d..688dc63 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v0.2.0 +====== + +Release Summary +--------------- + +This is a minor release of the ``community.clickhouse`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Minor Changes +------------- + +- clickhouse_info - add the ``limit`` argument to limit the returned values. + v0.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c9b258e..54f3dbe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -31,3 +31,16 @@ releases: - 0-info.yml - 0.1.1.yml release_date: '2024-01-26' + 0.2.0: + changes: + minor_changes: + - clickhouse_info - add the ``limit`` argument to limit the returned values. + release_summary: 'This is a minor release of the ``community.clickhouse`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 0-clickhouse_info_limit.yml + - 0.2.0.yml + release_date: '2024-01-31' diff --git a/changelogs/fragments/0-clickhouse_info_limit.yml b/changelogs/fragments/0-clickhouse_info_limit.yml deleted file mode 100644 index 86868c6..0000000 --- a/changelogs/fragments/0-clickhouse_info_limit.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- clickhouse_info - add the ``limit`` argument to limit the returned values. diff --git a/galaxy.yml b/galaxy.yml index b414394..c788e4b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: clickhouse -version: 0.1.1 +version: 0.2.0 readme: README.md authors: - Ansible ClickHouse community