diff --git a/CHANGELOG.md b/CHANGELOG.md index c043180..6079915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to the "vscode-brautomationtools" extension will be document The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -Add new but unreleased features, fixes... here during development +## [0.0.6] - 2022-01-17 +This release adds some small usability features. ### Added - The build of an Automation Studio project now shows timestamps and the total duration of the build diff --git a/Doc/dev/Guidelines.md b/Doc/dev/Guidelines.md index 8a9732b..6af62a1 100644 --- a/Doc/dev/Guidelines.md +++ b/Doc/dev/Guidelines.md @@ -1,6 +1,7 @@ # Release procedure 1. Adjust version in package.json + - run npm install to also update package-lock.json 2. Adjust CHANGELOG - Create new header for version `## [x.y.z]` - Move all changes listed under `## [Unreleased]` to the new version header