Skip to content

Commit b909c41

Browse files
Release 0.1.2
1 parent 7cd0cb6 commit b909c41

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.1.2 / 2015-06-08
2+
* [CHANGE] Move pushgateway binary in archive from bin/ to /.
3+
* [CHANGE] Migrate logging to prometheus/log.
4+
5+
## 0.1.1 / 2015-05-05
6+
* [BUGFIX] Properly display histograms in web status.
7+
* [BUGFIX] Fix value formatting.
8+
* [CHANGE] Make flag names consistent across projects.
9+
* [ENHANCEMENT] Auto-fill instance with IPv6 address.
10+
* [BUGFIX] Fix Go download link for several archs and OSes.
11+
* [BUGFIX] Use HTTPS and golang.org for Go download.
12+
* [BUGFIX] Re-add pprof endpoints.
13+
114
## 0.1.0 / 2014-08-13
215
* [FEATURE] When being scraped, metrics of the same name but with different
316
job/instance label are now merged into one metric family.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.1.1
14+
VERSION := 0.1.2
1515
TARGET := pushgateway
1616

1717
REV := $(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)