From ed87ce1b757be435646df56c58066267df5a7031 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 23 Apr 2021 19:52:48 -0500 Subject: [PATCH] release: v1.3.0 --- CHANGELOG.md | 5 ++++- version.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5282401c..9e9b1fb7 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.3.0] - 2021-04-23 + ### Added - New configuration for Sonarr release profiles that allows all optional terms to be synced. Look @@ -52,7 +54,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.2.0...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/rcdailey/trash-updater/compare/v1.2.0...v1.3.0 [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 diff --git a/version.json b/version.json index 424f610e..6fcc27fd 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.2.0", + "version": "1.3.0", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"