From 9d087f6a766259ba53b224944f1b7b778035c370 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 1 Nov 2019 14:48:58 -0400 Subject: Bump to v1.6.3 Signed-off-by: Matthew Heon --- changelog.txt | 9 +++++++++ version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 022e144af..4e8dc09db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +- Changelog for v1.6.3 (2019-11-01): + * Update containers/buildah + * Update Cirrus branch info for new branch + * Add release notes for v1.6.3 + * Update document formatting and packaging code + * Restructure documentation dir + * container start: fix regression when using name + * add libpod/config + - Changelog for v1.6.3-rc1 (2019-10-30) * Wait for `mount` command to finish when mounting volume * Cirrus: Fix upload_release_archive on branch or tag diff --git a/version/version.go b/version/version.go index c0dbeadfe..8455135bd 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "1.6.3-dev" +const Version = "1.6.3" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility -- cgit v1.2.3-54-g00ecf