diff --git a/CHANGELOG.md b/CHANGELOG.md index cee222f..4f1c4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.0 / 2020-01-27 + +* [CHANGE] Go collector: Improve doc string for `go_gc_duration_seconds`. #702 +* [FEATURE] Support a subset of OpenMetrics, including exemplars. Needs opt-in via `promhttp.HandlerOpts`. **EXPERIMENTAL** #706 +* [FEATURE] Add `testutil.CollectAndCount`. #703 + ## 1.3.0 / 2019-12-21 * [FEATURE] Support tags in Graphite bridge. #668 diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0