From 434accbea46524a6e8b12e03666a984657982f0c Mon Sep 17 00:00:00 2001 From: kreczko Date: Tue, 17 Jul 2018 13:55:22 +0100 Subject: [PATCH] tagged version 2.1.0 --- CHANGELOG.md | 13 ++++++++++++- README.md | 2 +- metadata.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b3e9b..a82a41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [v2.0.9](https://github.com/hep-puppet/htcondor/tree/v2.0.9) +## [v2.1.0](https://github.com/hep-puppet/htcondor/tree/v2.1.0) +[Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.9...v2.1.0) + +**Implemented enhancements:** + +- Add general knob turning [\#57](https://github.com/HEP-Puppet/htcondor/issues/57) + +**Merged pull requests:** + +- Feature: custom params [\#95](https://github.com/HEP-Puppet/htcondor/pull/95) ([ccnifo](https://github.com/ccnifo)) + +## [v2.0.9](https://github.com/hep-puppet/htcondor/tree/v2.0.9) (2018-07-17) [Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.8...v2.0.9) **Merged pull requests:** diff --git a/README.md b/README.md index ca519b6..8a22bd7 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.9 +Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.1.0 Development branch: https://github.com/HEP-Puppet/htcondor/tree/development diff --git a/metadata.json b/metadata.json index 6b343c4..c7c51fd 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.9", + "version": "2.1.0", "dependencies": [ { "name": "puppet/selinux",