From 0327310766f9da183152db859680ae0345c31957 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Fri, 22 Mar 2019 11:33:28 -0700 Subject: [PATCH] Prepare v1.1.0 (#24) Updating Prometheus is (arguably) a user-facing change, since it affects their ability to update depdendencies. Regardless, we need to cut a new release so users can pull in the new constraints. --- CHANGELOG.md | 4 ++-- version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3e175..4e1c66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## v1.1.0-dev (unreleased) +## v1.1.0 -- No changes yet. +- Update pinned version of Prometheus. ## v1.0.1 (2018-01-04) diff --git a/version.go b/version.go index 5ebd42f..6e823ec 100644 --- a/version.go +++ b/version.go @@ -22,4 +22,4 @@ package metrics // Version is the current semantic version, exported for runtime compatibility // checks. -const Version = "1.1.0-dev" +const Version = "1.1.0"