Skip to content

Commit

Permalink
Prepare 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyggen committed Feb 28, 2022
1 parent 33ce1bb commit d72ad7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ require (
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
)

0 comments on commit d72ad7b

Please sign in to comment.