Skip to content

Commit

Permalink
Merge pull request #26 from xmidt-org/release/v0.1.3
Browse files Browse the repository at this point in the history
prep for the next release
  • Loading branch information
johnabass authored Mar 16, 2021
2 parents e37ec97 + d271228 commit 3517a62
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.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)
Expand Down Expand Up @@ -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

0 comments on commit 3517a62

Please sign in to comment.