diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ffe4c1..25f1d0d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v0.1.1 +====== + +Release Summary +--------------- + +This is a patch release of the community.clickhouse collections. It fixes the ``clickhouse_info`` module to work with older versions of the ClickHouse server. + +Bugfixes +-------- + +- clickhouse_info - fix the module to work with older server versions (https://github.com/ansible-collections/community.clickhouse/pull/10). + v0.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ac09887..c9b258e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -20,3 +20,14 @@ releases: name: clickhouse_info namespace: '' release_date: '2024-01-25' + 0.1.1: + changes: + bugfixes: + - clickhouse_info - fix the module to work with older server versions (https://github.com/ansible-collections/community.clickhouse/pull/10). + release_summary: This is a patch release of the community.clickhouse collections. + It fixes the ``clickhouse_info`` module to work with older versions of the + ClickHouse server. + fragments: + - 0-info.yml + - 0.1.1.yml + release_date: '2024-01-26' diff --git a/galaxy.yml b/galaxy.yml index e24154a..b414394 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: clickhouse -version: 0.1.0 +version: 0.1.1 readme: README.md authors: - Ansible ClickHouse community