Skip to content

Commit

Permalink
release notes and version bump 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhughes101 committed May 13, 2024
1 parent d83ac01 commit e373667
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@ ibm.ibm_zos_cics Release Notes
.. contents:: Topics


v1.0.6
======

Release Summary
---------------

This release contains one bug fix

Bugfixes
--------

- Allows CPSM Scope and Context to contain the following special characters '$', '@', and '#'

v1.0.5
======

Release Summary
---------------

This release contains one bug fix.
This release contains one bug fix

Bugfixes
--------
Expand Down
7 changes: 5 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -37,5 +39,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.0.5
version: 1.0.6
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,12 @@ releases:
- include-requirements-txt.yaml
- release_summary.yaml
release_date: '2023-05-16'
1.0.6:
changes:
bugfixes:
- Allows CPSM Scope and Context to contain the following special characters
'$', '@', and '#'
release_summary: This release contains one bug fix
fragments:
- 1.0.6.yaml
release_date: '2024-05-07'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'IBM'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: ibm
name: ibm_zos_cics

# The collection version
version: 1.0.5
version: 1.0.6

# Collection README file
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion meta/ibm_zos_cics_meta.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ibm_zos_cics
version: 1.0.5
version: 1.0.6
managed_requirements:
- name: Python
version: ">=2.7"
Expand Down

0 comments on commit e373667

Please sign in to comment.