diff options
-rw-r--r-- | changelog.txt | 18 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index e69de29bb..a218766d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,18 @@ +- Changelog for v0.3.4 (2018-03-23): + * Bump version to v0.3.4 + * Make container env variable conditional + * Stage 4 Image cleanup + * Add CONTAINER environment variable + * Small manpage reword + * Document .containerenv in manpages. Move it to /run. + * Add .containerenv file + * Add script to determine dependency sizes + * If cidfile exists, do not proceed + * Removing tagged images change in behavior + * Use podman to test podman on FAH + * Migrate podman inspect and tag to image library + * Migrate podman images to image library + * Makefile: add changelog target + * Image library stage 4 - create and commit + * Add 'podman restart' asciinema + * Fix Travis tests for sig-proxy diff --git a/version/version.go b/version/version.go index 710464969..9cbe2a8da 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.3.4-dev" +const Version = "0.3.4" |