Skip to content

Commit 74fc06f

Browse files
committed
Changelog for 1.0.3
1 parent b4ef208 commit 74fc06f

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8+
v1.0.3
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This release contains a number of new features and bug fixes.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Added support for CMCI feedback on failed CMCI requests.
20+
- Updated timeout support on requests to be configurable via the timeout option. The default value is 30 seconds if not specified.
21+
22+
Bugfixes
23+
--------
24+
25+
- Improve sanitisation and validation of parameters.
26+
827
v1.0.1
928
======
1029

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ plugins:
3838
shell: {}
3939
strategy: {}
4040
vars: {}
41-
version: 1.0.1
41+
version: 1.0.3

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ releases:
3333
fragments:
3434
- 101-retrospective.yml
3535
release_date: '2021-03-02'
36+
1.0.3:
37+
changes:
38+
bugfixes:
39+
- Improve sanitisation and validation of parameters.
40+
minor_changes:
41+
- Added support for CMCI feedback on failed CMCI requests.
42+
- Updated timeout support on requests to be configurable via the timeout option.
43+
The default value is 30 seconds if not specified.
44+
release_summary: This release contains a number of new features and bug fixes.
45+
fragments:
46+
- 103-retrospective.yml
47+
release_date: '2021-07-15'

0 commit comments

Comments
 (0)