diff --git a/CHANGELOG.md b/CHANGELOG.md index 4099acbcc..d35da4822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.0.1 (2015-02-27) + +**Enhancements** +- New parameter for Grafana admin password + +**Fixes** +- Package install method now makes use of install_dir for config.js path + +**Behind The Scenes** +- Add archive module to .fixtures.yml +- Unquote booleans to make lint happy +- Fix license identifier and unbounded dependencies in module metadata +- Allow Travis to fail on Ruby 1.8.7 +- More Puppet versions are tested by Travis + # 1.0.0 (2014-12-16) **Enhancements** diff --git a/metadata.json b/metadata.json index d9c972a47..826b3e67b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "bfraser-grafana", - "version": "1.0.0", + "version": "1.0.1", "author": "bfraser", "summary": "This module provides Grafana, a dashboard and graph editor for Graphite and InfluxDB.", "license": "Apache-2.0",