Skip to content

Commit

Permalink
Updated CHANGELOG with the 1.2.0 release notes. Bumped up version in …
Browse files Browse the repository at this point in the history
…the package.json.
  • Loading branch information
mateusdz committed Feb 29, 2024
1 parent 3787330 commit 51350c5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- TBA
## Added

## [1.2.0] - 2024-02-29

### Added

- Subfolder for CACAO Playbook examples.
- Support for importing CACAO Playbooks as text in both JSON and base64 encoded formats.
- Support for the missing HTTP headers property. Used in e.g. OpenC2 and HTTP-API commands.
- Exporting the CACAO playbooks as STIX 2.1 Course of Action object with the Playbook extension.

### Changed

- Adjusted the CSS so that the expandable lists and dictionaries don't cover other properties in the view.
- Changed the input for 'related to' property in playbook metadata from list dropdown to string.

### Removed

- The unevaluatedProperties:false from the CACAO JSON validation schemas.

### Fixed

- Storing and retrieving of Caldera-cmd commands.

## [1.1.0] - 2024-02-15

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacao-roaster",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 51350c5

Please sign in to comment.