Skip to content

Commit 8a33cc0

Browse files
Merge pull request #45 from prometheus/cut-0.2.0-release
Release 0.2.0
2 parents ee4516d + f48ee16 commit 8a33cc0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.0 / 2015-06-25
2+
* [CHANGE] Support arbitrary grouping of metrics.
3+
14
## 0.1.2 / 2015-06-08
25
* [CHANGE] Move pushgateway binary in archive from bin/ to /.
36
* [CHANGE] Migrate logging to prometheus/log.

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.2
14+
VERSION := 0.2.0
1515
TARGET := pushgateway
1616

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

0 commit comments

Comments
 (0)