From 8a35ac299b542911bf0c7e2f62157ff2cfcbeaef Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Wed, 13 Mar 2024 19:54:00 -0700 Subject: docs: update changelog --- trakt-core/CHANGELOG.md | 3 +++ trakt-rs/CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+) 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" -- cgit v1.2.3