Release 0.2.0

* Update Makefile.
* Add CHANGELOG.md.
This commit is contained in:
Ben Kochie 2016-03-19 18:17:34 +01:00
parent b23cd0ab5b
commit 6a84b510c6
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
## 0.2.0 / 2016-03-19
NOTE: This release renames `statsd_bridge` to `statsd_exporter`
* [CHANGE] New Dockerfile using alpine-golang-make-onbuild base image (#17)
* [IMPROVEMENT] Allow configuration of UDP read buffer (#22)
* [BUGFIX] allow metrics with dashes when mapping (#24)
* [IMPROVEMENT] add root endpoint with redirect (#25)
* [CHANGE] rename bridge to exporter (#26)
## 0.1.0 / 2015-04-17
* Initial release

View file

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION := 0.1.0
VERSION := 0.2.0
TARGET := statsd_exporter
include Makefile.COMMON