diff --git a/CHANGELOG.md b/CHANGELOG.md index 3234dbb..41979bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.0 / 2019-10-15 + +* [FEATURE] Support pushing to Pushgateway v0.10+. #652 +* [ENHANCEMENT] Improve hashing to make a spurious `AlreadyRegisteredError` less likely to occur. #657 +* [ENHANCEMENT] API client: Add godoc examples. #630 +* [BUGFIX] promhttp: Correctly call WriteHeader in HTTP middleware. #634 + ## 1.1.0 / 2019-08-01 * [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617 diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0