diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f474a09..c283d2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.1] - 2021-05-31 + ### Changed - Sonarr: Use new URL for release profile guide. @@ -150,7 +152,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 -[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/rcdailey/trash-updater/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/rcdailey/trash-updater/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/rcdailey/trash-updater/compare/v1.4.2...v1.5.0 diff --git a/version.json b/version.json index 1ce20b3c..54883370 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.6.0", + "version": "1.6.1", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"