diff options
Diffstat (limited to 'trakt-core/CHANGELOG.md')
-rw-r--r-- | trakt-core/CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/trakt-core/CHANGELOG.md b/trakt-core/CHANGELOG.md index 1de4760..4dbe0be 100644 --- a/trakt-core/CHANGELOG.md +++ b/trakt-core/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/ansg191/trakt/compare/trakt-core-v0.2.0...trakt-core-v0.2.1) - 2024-03-14 + +### Added +- adds `construct_req` function + +### Changed +- upgrades `http` from 0.2 to 1 + +### Fixed +- incorrect display message in error + +### Other +- adds codecov to docs/readme +- updates README.md + ## [0.2.0](https://github.com/ansg191/trakt/compare/trakt-core-v0.1.1...trakt-core-v0.2.0) - 2024-02-19 ### Other |