diff --git a/CHANGELOG.md b/CHANGELOG.md index f93f86fc..a756c88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + # Changelog All notable changes to this project will be documented in this file. @@ -7,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2021-04-19 + ### Added - New `create-config` subcommand to create a starter YAML config file @@ -42,12 +45,8 @@ See the [Python Migration Guide][py-mig] for details on how to update your YAML - Nearly all command line options removed in favor of YAML equivalents. - Completely removed old python project & source code -## [0.1.0] - -First (and final) release of the Python version of the application. - - -[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/rcdailey/trash-updater/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/rcdailey/trash-updater/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/rcdailey/trash-updater/compare/v0.1.0...v1.0.0 -[0.1.0]: https://github.com/rcdailey/trash-updater/releases/tag/v0.1.0 +[0.1.0]: https://github.com/rcdailey/trash-updater/releases/tag/v0.1.0 \ No newline at end of file diff --git a/version.json b/version.json index d647fb10..424f610e 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1.0", + "version": "1.2.0", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"