summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-03-13 19:54:00 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-03-13 19:54:00 -0700
commit8a35ac299b542911bf0c7e2f62157ff2cfcbeaef (patch)
tree51df475c34f45e9417b19e0c33e7c75f4fdf8c38
parent7c5a91c3c3357e1e4fd680def795bf3cdb340984 (diff)
downloadtrakt-8a35ac299b542911bf0c7e2f62157ff2cfcbeaef.tar.gz
trakt-8a35ac299b542911bf0c7e2f62157ff2cfcbeaef.tar.zst
trakt-8a35ac299b542911bf0c7e2f62157ff2cfcbeaef.zip
docs: update changelog
-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"