diff --git a/CHANGELOG.md b/CHANGELOG.md index abb7370..44b2a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ This file is used to list changes made in each version of `jmx` Node.js module. +## 0.5.0 (2015-11-03) + +* Update `java` dependency to `~0.6.0` (fixes [issue #11](https://github.com/zuazo/node-jmx/issues/11), thanks [Rick ChangRick Chang](https://github.com/redice) for the help). + * Add Node.js `4` support. +* Update `async` dependency to `~1.5.0`. +* Update contact information and links after migration. +* Documentation improvements. +* Migrate to Travis CI container-based infrastructure. +* Makefile: Add test-java-classes task. + ## 0.4.1 (2014-07-18) * Fix badge links. diff --git a/README.md b/README.md index 67576a9..68331ca 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![NPM version](https://badge.fury.io/js/jmx.svg)](http://badge.fury.io/js/jmx) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/node-jmx.svg)](https://codeclimate.com/github/zuazo/node-jmx) -[![Build Status](http://img.shields.io/travis/zuazo/node-jmx.svg)](https://travis-ci.org/zuazo/node-jmx) -[![Coverage Status](http://img.shields.io/coveralls/zuazo/node-jmx.svg)](https://coveralls.io/r/zuazo/node-jmx?branch=master) +[![Build Status](http://img.shields.io/travis/zuazo/node-jmx/0.5.0.svg)](https://travis-ci.org/zuazo/node-jmx) +[![Coverage Status](http://img.shields.io/coveralls/zuazo/node-jmx/0.5.0.svg)](https://coveralls.io/r/zuazo/node-jmx?branch=0.5.0) Node.js bridge library to communicate with Java applications through JMX. diff --git a/package.json b/package.json index 136d973..f44f5b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jmx", - "version": "0.5.0-dev", + "version": "0.5.0", "description": "Bridge library to communicate with Java applications through JMX.", "homepage": "http://zuazo.github.io/node-jmx", "bugs": "https://github.com/zuazo/node-jmx/issues",