summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trakt-core/CHANGELOG.md3
-rw-r--r--trakt-rs/CHANGELOG.md3
2 files changed, 6 insertions, 0 deletions
diff --git a/trakt-core/CHANGELOG.md b/trakt-core/CHANGELOG.md
index fb9b095..4dbe0be 100644
--- a/trakt-core/CHANGELOG.md
+++ b/trakt-core/CHANGELOG.md
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- adds `construct_req` function
+### Changed
+- upgrades `http` from 0.2 to 1
+
### Fixed
- incorrect display message in error
diff --git a/trakt-rs/CHANGELOG.md b/trakt-rs/CHANGELOG.md
index 0c07ade..0af627d 100644
--- a/trakt-rs/CHANGELOG.md
+++ b/trakt-rs/CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(api)* adds scrobble endpoints
- *(api)* adds search endpoints
+### Changed
+- upgrades `http` from 0.2 to 1
+
### Other
- switches from reqwest to ureq for tests
- Revert "Upgrades to http 1"