Skip to content

Commit e132bbb

Browse files
authored
Fix release version (#133)
1 parent bbeb6fe commit e132bbb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Ansible community.clickhouse collection changelog Release Notes
44

55
.. contents:: Topics
66

7-
v0.10.1
7+
v0.11.0
88
=======
99

1010
Release Summary
1111
---------------
1212

13-
This is a patch release of the ``community.clickhouse`` collection.
13+
This is a minor release of the ``community.clickhouse`` collection.
1414
This changelog contains all changes to the modules and plugins in this collection
1515
that have been made after the previous release.
1616

changelogs/changelog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ releases:
4848
- 0.10.0.yml
4949
- 1-user_quote_names.yml
5050
release_date: '2025-10-08'
51-
0.10.1:
51+
0.11.0:
5252
changes:
5353
minor_changes:
5454
- clickhouse_grants - add ``cluster`` argument (https://github.com/ansible-collections/community.clickhouse/issues/130).
55-
release_summary: 'This is a patch release of the ``community.clickhouse`` collection.
55+
release_summary: 'This is a minor release of the ``community.clickhouse`` collection.
5656
5757
This changelog contains all changes to the modules and plugins in this collection
5858
5959
that have been made after the previous release.'
6060
fragments:
61-
- 0.10.1.yml
61+
- 0.11.0.yml
6262
- 131-add-cluster-param-for-grants.yaml
6363
release_date: '2025-10-16'
6464
0.2.0:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: community
44
name: clickhouse
5-
version: 0.10.1
5+
version: 0.11.0
66
readme: README.md
77
authors:
88
- Ansible ClickHouse community

0 commit comments

Comments
 (0)