From 163f5c5aa510c4f70046a134c14bfd5b42f54681 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Thu, 31 May 2018 11:17:53 +0200 Subject: [PATCH] (misc) Release 0.4.0 --- CHANGELOG.md | 6 ++++++ build/build.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3266b352d..e3672b7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/05/31| |Release 0.4.0 | +|2018/05/29|320 |Make the enroll process more robust in the face of interruptions | +|2018/05/23|308 |Fix running `choria buildinfo` | +|2018/05/23|309 |Create `go-security` package with the Choria security providers for reuse in other eco system projects | +|2018/05/22|306 |Fix registration feature when running in insecure mode | +|2018/05/18|302 |Include a hint when the source data for registration changed | |2018/05/16| |Release 0.3.0 | |2018/05/08|287 |Create the concept of a Security Provider and create providers for Puppet and File, add `choria enroll` | |2018/05/03|284 |On systemd based distributions ensure that upgrading choria with Puppet is more reliable | diff --git a/build/build.go b/build/build.go index abbd62d86..9ca175dff 100644 --- a/build/build.go +++ b/build/build.go @@ -5,7 +5,7 @@ import ( ) // Version the application version -var Version = "0.3.0" +var Version = "0.4.0" // SHA is the git reference used to build this package var SHA = "unknown"