Skip to content

Commit

Permalink
[skip ci] prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kcajmagic authored Jun 5, 2019
1 parent 8a6db65 commit ef2f08d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ 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]


## [v1.1.0]
- Added ability to check status code for retrying http request
- added ability to update http.Request for `xhttp` retry
- added MaxRetry and AlternativeURLS for update webhook config
- Added ability to update http.Request for `xhttp` retry
- Added MaxRetry and AlternativeURLS for update webhook config

## [v1.0.1]
- Fix for https://github.com/Comcast/webpa-common/issues/364
Expand All @@ -19,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- The first official release. We will be better about documenting changes
moving forward.

[Unreleased]: https://github.com/Comcast/webpa-common/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/Comcast/webpa-common/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/Comcast/webpa-common/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/Comcast/webpa-common/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/Comcast/webpa-common/compare/v0.9.0-alpha...v1.0.0
[v1.0.0]: https://github.com/Comcast/webpa-common/compare/v0.9.0-alpha...v1.0.0

0 comments on commit ef2f08d

Please sign in to comment.