From d271228f4153d2b8dc9428f0d1aa2bd5ded408c2 Mon Sep 17 00:00:00 2001 From: johnabass Date: Mon, 15 Mar 2021 20:29:36 -0700 Subject: [PATCH] prep for the next release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5120d4..e8ebd0e 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.1.3] - httpmock.RoundTripper can now use a delegate in addition to an expected return - http.Request.GetBody can now be nil for a retry.Client (https://github.com/xmidt-org/httpaux/issues/23) - simplified retry.New and retry.NewClient (https://github.com/xmidt-org/httpaux/issues/24) @@ -33,7 +35,8 @@ 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.1.2..HEAD +[Unreleased]: https://github.com/xmidt-org/httpaux/compare/v0.1.3..HEAD +[v0.1.3]: https://github.com/xmidt-org/httpaux/compare/0.1.2...v0.1.3 [v0.1.2]: https://github.com/xmidt-org/httpaux/compare/0.1.1...v0.1.2 [v0.1.1]: https://github.com/xmidt-org/httpaux/compare/0.1.0...v0.1.1 [v0.1.0]: https://github.com/xmidt-org/httpaux/compare/0.0.0...v0.1.0