Skip to content

Commit

Permalink
Added CHANGELOG file. Bumped up the minior version of the Roaster.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusdz committed Feb 15, 2024
1 parent a8ee5a9 commit a03a31c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- TBA

## [1.1.0] - 2024-02-15

### Removed

- Removed sample keys for signing and verifying playbooks.

## [1.0.0] - 2024-01-17

### Added

- Version 1.0.0 of the CACAO Roaster.
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.0.0",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit a03a31c

Please sign in to comment.