diff --git a/CHANGELOG.md b/CHANGELOG.md index 2734af85f..909cced47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ +## v0.25.1 (2021-09-30) +### Fix +* Emergency fix for trestle packaging. ([#751](https://github.com/IBM/compliance-trestle/issues/751)) ([`8fedeaa`](https://github.com/IBM/compliance-trestle/commit/8fedeaa641e7817fb4092224a315e1a38166078e)) + ## v0.25.0 (2021-09-29) ### Feature * Osco results remove scc_goal_description ([#736](https://github.com/IBM/compliance-trestle/issues/736)) ([`f687a3d`](https://github.com/IBM/compliance-trestle/commit/f687a3dcc44590a60f777d38eafe4013d54909e6)) diff --git a/trestle/__init__.py b/trestle/__init__.py index 3b59d3611..5ee614238 100644 --- a/trestle/__init__.py +++ b/trestle/__init__.py @@ -23,4 +23,4 @@ opinionated approach to OSCAL adoption. """ -__version__ = '0.25.0' +__version__ = '0.25.1'