From b3869fe4b553ad13ea11e1c6e5d9284662b4cd58 Mon Sep 17 00:00:00 2001 From: b4ldr Date: Tue, 9 Aug 2016 14:27:24 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 5 ++++- metadata.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a983d19..d3bfbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +### 2016-08-08 0.1.7 +* fix slave_addresses variable scope for future parser + ### 2016-08-08 0.1.6 -* fix variable scope for future parser +* fix tsig variable scope for future parser ### 2016-07-07 0.1.5 * Fix concat order to use a string diff --git a/metadata.json b/metadata.json index 2693876..a0f6827 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icann-nsd", - "version": "0.1.6", + "version": "0.1.7", "author": "john.bond@icann.org", "summary": "puppet module to manage NSD", "license": "Apache-2.0",