diff --git a/CHANGELOG.md b/CHANGELOG.md index a8acd99..38b3e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Change Log -## [v2.0.8](https://github.com/hep-puppet/htcondor/tree/v2.0.8) +## [v2.0.9](https://github.com/hep-puppet/htcondor/tree/v2.0.9) +[Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.8...v2.0.9) + +**Merged pull requests:** + +- CGROUP\_MEMORY\_LIMIT\_POLICY customizable [\#96](https://github.com/HEP-Puppet/htcondor/pull/96) ([ccnifo](https://github.com/ccnifo)) +- parameterize healthcheck script path [\#93](https://github.com/HEP-Puppet/htcondor/pull/93) ([ccnifo](https://github.com/ccnifo)) + +## [v2.0.8](https://github.com/hep-puppet/htcondor/tree/v2.0.8) (2018-05-31) [Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.7...v2.0.8) **Closed issues:** diff --git a/README.md b/README.md index f2558bc..480dffb 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.8 +Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.9 Development branch: https://github.com/HEP-Puppet/htcondor/tree/development diff --git a/metadata.json b/metadata.json index e52eea6..6b343c4 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.8", + "version": "2.0.9", "dependencies": [ { "name": "puppet/selinux", @@ -39,4 +39,4 @@ "operatingsystem": "CentOS" } ] -} \ No newline at end of file +}