Skip to content

Commit 6bff921

Browse files
Bump release to version 2.2.1 (#180)
* Bump release to version 2.2.1 * Add 2.2.1 to release notes and readme
1 parent e7604b2 commit 6bff921

File tree

8 files changed

+29
-4
lines changed

8 files changed

+29
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ ibm.ibm\_zos\_cics Release Notes
44

55
.. contents:: Topics
66

7+
v2.2.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Removes dependency on Python library requests. Adds new module argument cmci_ca to all CICS CMCI modules, allowing a user to provide a certificate authority bundle for client authentication
14+
715
v2.2.0
816
======
917

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ The collection's cumulative release notes can be reviewed [here](https://ibm.git
162162

163163
| Version | Status | Release notes | Changelogs |
164164
|----------|----------------|---------------|------------|
165+
| 2.2.1 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-2-1) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.2.1/CHANGELOG.rst) |
165166
| 2.2.0 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-2-0) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.2.0/CHANGELOG.rst) |
166167
| 2.1.1 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-1-1) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.1.1/CHANGELOG.rst) |
167168
| 2.1.0 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-1-0) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.1.0/CHANGELOG.rst) |

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ plugins:
9191
strategy: {}
9292
test: {}
9393
vars: {}
94-
version: 2.2.0
94+
version: 2.2.1

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,11 @@ releases:
214214
- 169-remove-templar.yaml
215215
- 170-fix-jcl-alloc.yaml
216216
release_date: '2025-04-30'
217+
2.2.1:
218+
changes:
219+
release_summary: 'Removes dependency on Python library requests. Adds new module
220+
argument cmci_ca to all CICS CMCI modules, allowing a user to provide a certificate
221+
authority bundle for client authentication '
222+
fragments:
223+
- release.yaml
224+
release_date: '2025-09-05'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'IBM'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '2.2.0'
27+
release = '2.2.1'
2828

2929

3030
# -- General configuration ---------------------------------------------------

docs/source/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
========
77
Releases
88
========
9+
v2.2.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Removes dependency on Python library requests. Adds new module argument cmci_ca to all CICS CMCI modules, allowing a user to provide a certificate authority bundle for client authentication
16+
917
v2.2.0
1018
======
1119

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: ibm
88
name: ibm_zos_cics
99

1010
# The collection version
11-
version: 2.2.0
11+
version: 2.2.1
1212

1313
# Collection README file
1414
readme: README.md

meta/ibm_zos_cics_meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: ibm_zos_cics
3-
version: 2.2.0
3+
version: 2.2.1
44
managed_requirements:
55
- name: Python
66
version: ">=3.9"

0 commit comments

Comments
 (0)