Skip to content

Commit

Permalink
Merge pull request #22 from xmidt-org/release/v0.1.2
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
johnabass authored Mar 10, 2021
2 parents 50f99dc + ed31076 commit 8c5aa5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2]
- allow http.Client to be decorated as with http.RoundTripper
- cleaned up middleware
- retry package allows linear and exponential backoff for HTTP clients
Expand All @@ -28,6 +30,7 @@ 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.1..HEAD
[Unreleased]: https://github.com/xmidt-org/httpaux/compare/v0.1.2..HEAD
[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

0 comments on commit 8c5aa5a

Please sign in to comment.