Skip to content

Commit 3ee92df

Browse files
committed
Cut v1.2.0
One might argue that supporting the newest Pushgateway is just an enhancement or even a bugfix (and this should be v1.1.1, which would be a really nice version number). I decided to go for a positive view of things and call it a feature. If something else changes its behavior, it's not really a bug from client_golang's point of view. Signed-off-by: beorn7 <[email protected]>
1 parent b4686f3 commit 3ee92df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.0 / 2019-10-15
2+
3+
* [FEATURE] Support pushing to Pushgateway v0.10+. #652
4+
* [ENHANCEMENT] Improve hashing to make a spurious `AlreadyRegisteredError` less likely to occur. #657
5+
* [ENHANCEMENT] API client: Add godoc examples. #630
6+
* [BUGFIX] promhttp: Correctly call WriteHeader in HTTP middleware. #634
7+
18
## 1.1.0 / 2019-08-01
29

310
* [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)