Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release (via Github actions) committed Jul 5, 2023
1 parent 2a0d40f commit 0260db2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

<!--next-version-placeholder-->

## v2.2.1 (2023-07-05)

### Fix

* Parameter value default is never required ([#1419](https://github.com/IBM/compliance-trestle/issues/1419)) ([`01434f1`](https://github.com/IBM/compliance-trestle/commit/01434f13b16054b035767985a9a02ed9fa91154f))
* Pydantic 2.0.0 break unit tests ([#1418](https://github.com/IBM/compliance-trestle/issues/1418)) ([`2138831`](https://github.com/IBM/compliance-trestle/commit/2138831f9bb36c5f91ab17cccc4412128c468a82))
* Adding parameter aggregation from other parameter values for given control ([#1412](https://github.com/IBM/compliance-trestle/issues/1412)) ([`7b8cad0`](https://github.com/IBM/compliance-trestle/commit/7b8cad03e05024a406742720e5abed2e3febdf6f))
* Assessment objectives formatting in markdown is not correct ([#1414](https://github.com/IBM/compliance-trestle/issues/1414)) ([`dbfc1d6`](https://github.com/IBM/compliance-trestle/commit/dbfc1d6c59339a7f542f86cb74da4f05fe8a9a60))

## v2.2.0 (2023-06-26)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion trestle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
opinionated approach to OSCAL adoption.
"""

__version__ = '2.2.0'
__version__ = '2.2.1'

0 comments on commit 0260db2

Please sign in to comment.