diff --git a/CHANGELOG.md b/CHANGELOG.md index ee513ab..05ddb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##2015-09-13 - Release 1.1.0 +###Summary +- Add support for 0.9.3 influxdb new config parameters +- Fix graphite template bug +- Default install version 0.9.3 - (we can't use latest version due to how influxdb is packaged) + +Special tnx to Pedro González Serrano - NITEMAN for the graphite and 0.9.3 config template fix + ##2015-08-25 - Release 1.0.1 ###Summary Improved the documentation and the module description diff --git a/README.md b/README.md index 14cd73a..12a9893 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Allows you to install or remove InfluxDB. Can be 'present' or 'absent'. #####`version` -Version of InfluxDB. Default: 0.9.2 +Version of InfluxDB. Default: 0.9.3 *NOTE*: Unfortunatelly the lastest link available on the influxdb webiste is pointing to an old version. For more info check [ISSUE 3533](https://github.com/influxdb/influxdb/issues/3533) diff --git a/metadata.json b/metadata.json index 69e483b..74f93fa 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "golja-influxdb", - "version": "1.0.1", + "version": "1.1.0", "author": "Dejan Golja", "summary": "Manage InfluxDB version 0.9.X. For previous versions support check README.md", "license": "Apache-2.0",