diff --git a/CHANGELOG.md b/CHANGELOG.md index cecdd209..388c1564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.1.2 / 2015-06-08 +* [CHANGE] Move pushgateway binary in archive from bin/ to /. +* [CHANGE] Migrate logging to prometheus/log. + +## 0.1.1 / 2015-05-05 +* [BUGFIX] Properly display histograms in web status. +* [BUGFIX] Fix value formatting. +* [CHANGE] Make flag names consistent across projects. +* [ENHANCEMENT] Auto-fill instance with IPv6 address. +* [BUGFIX] Fix Go download link for several archs and OSes. +* [BUGFIX] Use HTTPS and golang.org for Go download. +* [BUGFIX] Re-add pprof endpoints. + ## 0.1.0 / 2014-08-13 * [FEATURE] When being scraped, metrics of the same name but with different job/instance label are now merged into one metric family. diff --git a/Makefile b/Makefile index eb2f6653..bd00cc0c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.1.1 +VERSION := 0.1.2 TARGET := pushgateway REV := $(shell git rev-parse --short HEAD)