diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef22af..b8611db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a054ec2..175ad48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cacao-roaster", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "scripts": { "prepare": "husky install",