From e2bbdf4a19dde9b2ed0ce4f8e76946ac69e9fe41 Mon Sep 17 00:00:00 2001 From: kreczko Date: Thu, 31 May 2018 16:29:19 +0100 Subject: [PATCH] tagged version 2.0.7 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22110f..5e9f796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.0.7](https://github.com/hep-puppet/htcondor/tree/v2.0.7) + +[Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.6...v2.0.7) + +**Merged pull requests:** + +- Fixing invalid SINGULARITY\_IMAGE\_EXPR by adding missing double-quotes [\#90](https://github.com/HEP-Puppet/htcondor/pull/90) ([kreczko](https://github.com/kreczko)) + ## [v2.0.6](https://github.com/hep-puppet/htcondor/tree/v2.0.6) (2018-05-02) [Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.5...v2.0.6) diff --git a/README.md b/README.md index ade5cff..9faee3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Puppet module for HTCondor batch system -Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.3 +Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.7 Development branch: https://github.com/HEP-Puppet/htcondor/tree/development diff --git a/metadata.json b/metadata.json index 6789d94..8aada10 100644 --- a/metadata.json +++ b/metadata.json @@ -16,7 +16,7 @@ "project_page": "https://github.com/HEP-Puppet", "summary": "Puppet module for HTCondor batch system", "source": "https://github.com/HEP-Puppet", - "version": "2.0.6", + "version": "2.0.7", "dependencies": [ { "name": "puppet/selinux",