From 76a8b9f15c173fe8232011c0d1f2f4531c39aa88 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Mon, 23 Sep 2024 16:05:01 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdb1694..3e0af72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.38.1] - 2024-09-23 + +* Fix `ic-agent` manifest so that documentation can be built for docs.rs. + ## [0.38.0] - 2024-09-20 * Breaking: Removed `Transport` and the `hyper` and `reqwest` features. `ReqwestTransport` is now the default and `HyperTransport` has been removed. Existing `ReqwestTransport` functions have been moved to `AgentBuilder`.