diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfbf68..ceb33e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2015-05-27 - Release 0.5.10 + +Fix unscoped variable in template + ## 2015-05-26 - Release 0.5.9 Use random application order in nodeset diff --git a/metadata.json b/metadata.json index 5cb49a6..8d7f424 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "camptocamp-dhcp", - "version": "0.5.9", + "version": "0.5.10", "author": "Camptocamp", "summary": "Camptocamp DHCP Module", "license": "Apache-2.0", |