diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6c2ad4..72bcd790 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] +## [3.1.0] - 2022-12-10 + ### Changed - Improved logging: theme changes, better exception handling, more detail written to log files. @@ -512,7 +514,8 @@ See the Python Migration Guide for details on how to update your YAML configurat - Nearly all command line options removed in favor of YAML equivalents. - Completely removed old python project & source code -[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/recyclarr/recyclarr/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/recyclarr/recyclarr/compare/v2.6.1...v3.0.0 [2.6.1]: https://github.com/recyclarr/recyclarr/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/recyclarr/recyclarr/compare/v2.5.0...v2.6.0