diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d5c075..993fd762 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.4] - 2021-10-23 + ### FIXED - libgit2sharp PDB is no longer required with trash.exe on Windows ([#15]) @@ -174,7 +176,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.3...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.4...HEAD +[1.6.4]: https://github.com/rcdailey/trash-updater/compare/v1.6.3...v1.6.4 [1.6.3]: https://github.com/rcdailey/trash-updater/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/rcdailey/trash-updater/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...v1.6.1 diff --git a/version.json b/version.json index b7571549..8bbe5a7e 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.3", + "version": "1.6.4", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"