diff --git a/CHANGELOG.md b/CHANGELOG.md index d41d6aa..dbf5616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2022-02-28 +### Fixed +- Updated dependencies in order to support recent Plex changes. + ## [1.0.0] - 2020-08-07 ### Added - Support for csv output format. @@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/jyggen/intro-detection-info/compare/1.0.0...HEAD +[Unreleased]: https://github.com/jyggen/intro-detection-info/compare/1.0.1...HEAD +[1.0.1]: https://github.com/jyggen/intro-detection-info/compare/1..0...1.0.1 [1.0.0]: https://github.com/jyggen/intro-detection-info/compare/0.1.0...1.0.0 [0.1.0]: https://github.com/jyggen/intro-detection-info/tag/0.1.0 diff --git a/go.mod b/go.mod index cff1c6e..c093b85 100644 --- a/go.mod +++ b/go.mod @@ -31,4 +31,4 @@ require ( golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect gopkg.in/resty.v1 v1.12.0 // indirect ) - +