diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bda59..46e91c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Release 0.7.3 + - Allow version setting on podman and podman-compose packages #77. Contributed by broadinstitute + ## Release 0.7.2 - Bugfix. Typos issue 87 as reported by pheeef - Create podman networks before containers. Issues 78 and 85. Contributed by jonesbrennan diff --git a/metadata.json b/metadata.json index 2877380..5a29e39 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "southalc-podman", - "version": "0.7.2", + "version": "0.7.3", "author": "Chris Southall", "summary": "Manage podman containers with puppet", "license": "Apache-2.0",