From 403de39b9d349c3793b64635f33bc65bdc95dfe9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 3 Dec 2021 06:55:23 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ trestle_fedramp/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be52f93..b874f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.2.0 (2021-12-03) +### Feature +* Added fedramp validation code ([#2](https://github.com/IBM/compliance-trestle-fedramp/issues/2)) ([`1c365ab`](https://github.com/IBM/compliance-trestle-fedramp/commit/1c365abacd95f38490966e399dc7e868aeedb076)) + +### Fix +* Fedramp validate command to extend from CommandBase ([#8](https://github.com/IBM/compliance-trestle-fedramp/issues/8)) ([`caf61ae`](https://github.com/IBM/compliance-trestle-fedramp/commit/caf61aeefca536510b95b8377b1314ee0792392e)) +* Correct build pipeline for prod ([#7](https://github.com/IBM/compliance-trestle-fedramp/issues/7)) ([`533fda9`](https://github.com/IBM/compliance-trestle-fedramp/commit/533fda909103c65ec0e0709b844eeed9eb45d66d)) +* Model extension ([#5](https://github.com/IBM/compliance-trestle-fedramp/issues/5)) ([`1c20dd5`](https://github.com/IBM/compliance-trestle-fedramp/commit/1c20dd5c824cadeb5b36aa8fbad6bba2b4430dc8)) + ## v0.1.0 (2021-11-11) ### Feature * Add changelog marker for semantic release. ([`8905afd`](https://github.com/IBM/compliance-trestle-fedramp/commit/8905afd00493124ed5f32c79966a87cdf568ae48)) diff --git a/trestle_fedramp/__init__.py b/trestle_fedramp/__init__.py index 4a44325..6244777 100644 --- a/trestle_fedramp/__init__.py +++ b/trestle_fedramp/__init__.py @@ -15,4 +15,4 @@ # limitations under the License. """trestle_fedramp an extension to compliance trestle for functionality specific to the FedRAMP program.""" -__version__ = '0.1.0' +__version__ = '0.2.0'