From a2ae3e02f65584bc0dcadeb1eca5fd22a48d4b2f Mon Sep 17 00:00:00 2001 From: johnabass Date: Fri, 29 Oct 2021 10:07:29 -0700 Subject: [PATCH] new release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca5914..a9124e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.3.0] - don't cancel contexts during retries to allow clients to read responses - always stop retries when the enclosing context is canceled @@ -59,8 +61,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Error type that exposes HTTP metadata for rendering a response - Sonar integration -[Unreleased]: https://github.com/xmidt-org/httpaux/compare/v0.2.1..HEAD -[v0.2.0]: https://github.com/xmidt-org/httpaux/compare/v0.2.0...v0.2.1 +[Unreleased]: https://github.com/xmidt-org/httpaux/compare/v0.3.0..HEAD +[v0.3.0]: https://github.com/xmidt-org/httpaux/compare/v0.2.1...v0.3.0 +[v0.2.1]: https://github.com/xmidt-org/httpaux/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/xmidt-org/httpaux/compare/v0.1.6...v0.2.0 [v0.1.6]: https://github.com/xmidt-org/httpaux/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/xmidt-org/httpaux/compare/v0.1.4...v0.1.5