Skip to content

Commit

Permalink
chore: Merge back version tags and changelog into develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas Agarwal committed Sep 25, 2024
2 parents 2136659 + 87950a9 commit c7d0849
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v0.4.0 (2024-09-25)

### Chore

* chore: Merge back version tags and changelog into develop. ([`fa1b53d`](https://github.com/oscal-compass/compliance-trestle-fedramp/commit/fa1b53da7b4e239165c9e32a1c4909140cb1d0cb))

### Feature

* feat: adds fedramp-transform command implementation (#39)

This changes adds the initial implementation for populating
FedRAMP document templates with information from OSCAL SSPs with
FedRAMP extensions

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> ([`2136659`](https://github.com/oscal-compass/compliance-trestle-fedramp/commit/213665951cd3e80de3c3baf26a1f982551c7c7db))

### Unknown

* Merge pull request #57 from oscal-compass/develop

chore: fedramp plugin release ([`73522ca`](https://github.com/oscal-compass/compliance-trestle-fedramp/commit/73522ca3dcd7a8d41ebc0a1c01a874d6e74f31f1))


## v0.3.0 (2024-09-16)

### Breaking
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.3.0'
__version__ = '0.4.0'

0 comments on commit c7d0849

Please sign in to comment.