Skip to content

Commit

Permalink
0.2.0
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 Dec 3, 2021
1 parent 5e84457 commit 403de39
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 @@ -2,6 +2,15 @@

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

## 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))
Expand Down
2 changes: 1 addition & 1 deletion trestle_fedramp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 403de39

Please sign in to comment.