diff --git a/CHANGELOG.md b/CHANGELOG.md index e554603..b9e0331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this +## [v0.2.0] - 2019-08-09 + +### Bug fix (1 change) + +- Fix info command + +### Feature change (2 changes) + +- Rename command `build` to `release` +- Rename command `add` to `new` + +### Other (3 changes) + +- Add License to the project +- Write tests for logic and commands +- Add section 'What does it do?' to README, explaining the functionality on a high level + +### New feature (3 changes) + +- New `.changelogger.json` file for configuration +- Release command sorts logs by groups if groups are specified in config file +- Clean command has now a force flag + + ## [v0.1.1] - 2019-08-01 ### Bug fix (1 change) diff --git a/changelogs/unreleased/12-rename-release.yml b/changelogs/unreleased/12-rename-release.yml deleted file mode 100644 index 6d8cde2..0000000 --- a/changelogs/unreleased/12-rename-release.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Rename command `build` to `release`' -type: changed -author: '' diff --git a/changelogs/unreleased/12-rename.yml b/changelogs/unreleased/12-rename.yml deleted file mode 100644 index b5d3e0b..0000000 --- a/changelogs/unreleased/12-rename.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Rename command `add` to `new`' -type: changed -author: '' diff --git a/changelogs/unreleased/4-config.yml b/changelogs/unreleased/4-config.yml deleted file mode 100644 index f36bff1..0000000 --- a/changelogs/unreleased/4-config.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'New `.changelogger.json` file for configuration' -type: added -author: '' diff --git a/changelogs/unreleased/8-custom-fields.yml b/changelogs/unreleased/8-custom-fields.yml deleted file mode 100644 index 27b81e2..0000000 --- a/changelogs/unreleased/8-custom-fields.yml +++ /dev/null @@ -1,4 +0,0 @@ -title: 'Release command sorts logs by groups if groups are specified in config file' -type: added -author: '' -group: '' diff --git a/changelogs/unreleased/add-license-1.yml b/changelogs/unreleased/add-license-1.yml deleted file mode 100644 index ad432f2..0000000 --- a/changelogs/unreleased/add-license-1.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Add License to the project' -type: other -author: '' diff --git a/changelogs/unreleased/fix-info-command.yml b/changelogs/unreleased/fix-info-command.yml deleted file mode 100644 index dbd933d..0000000 --- a/changelogs/unreleased/fix-info-command.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Fix info command' -type: fixed -author: '' diff --git a/changelogs/unreleased/master.yml b/changelogs/unreleased/master.yml deleted file mode 100644 index 8e1dd24..0000000 --- a/changelogs/unreleased/master.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Write tests for logic and commands' -type: other -author: '' diff --git a/changelogs/unreleased/readme-what-is-changelogger.yml b/changelogs/unreleased/readme-what-is-changelogger.yml deleted file mode 100644 index c721a60..0000000 --- a/changelogs/unreleased/readme-what-is-changelogger.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Add section ''What does it do?'' to README, explaining the functionality on a high level' -type: other -author: '' diff --git a/changelogs/unreleased/refactor-into-classes.yml b/changelogs/unreleased/refactor-into-classes.yml deleted file mode 100644 index c638689..0000000 --- a/changelogs/unreleased/refactor-into-classes.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: 'Clean command has now a force flag' -type: added -author: ''