Skip to content

Commit 1eac4e4

Browse files
author
Bjoern Rabenstein
committed
Bump version to 0.1.0. Added changelog.
1 parent 41a5825 commit 1eac4e4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.1.0 / 2014-08-13
2+
* [FEATURE] When being scraped, metrics of the same name but with different
3+
job/instance label are now merged into one metric family.
4+
* [FEATURE] Added Dockerfile.
5+
* [CHANGE] Default HTTP port now 9091.
6+
* [BUGFIX] Fixed parsing of content-type header.
7+
* [BUGFIX] Fixed race condition in handlers.
8+
* [PERFORMANCE] Replaced Martini with Httprouter.
9+
* [ENHANCEMENT] Migrated to new client_golang.
10+
* [ENHANCEMENT] Made internal metrics more consistent.
11+
* [ENHANCEMENT] Added http instrumentation.
12+

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.0.2
14+
VERSION := 0.1.0
1515

1616
TARGET := pushgateway
1717

0 commit comments

Comments
 (0)