From 99fd416ceef7c14dc873c470a81ea102beafcd1b Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 17 Oct 2020 21:49:43 +0200 Subject: [PATCH] add version negotiation fix to changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c392b4a..a058b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## next + +### Fixed +* Fixed a few docker clients not having version negotiation enabled. + ## v1.0.0 This is the first official stable release of Wings! Please be aware that while this specific version changelog is very short, it technically includes all of the previous beta and alpha releases within it. For the sake of version history and following @@ -289,4 +294,4 @@ along though, I've only included the differences between this version and the pr * Fixed bugs caused when unmarshaling data into a struct with default values. * Timezone is properly set in containers by using the `TZ=` environment variable rather than mounting timezone data into the filesystem. * Server data directly is now properly created when running the install process. -* Time drift caused in the socket JWT is now handled in a better manner and less likely to unexpectedly error out. \ No newline at end of file +* Time drift caused in the socket JWT is now handled in a better manner and less likely to unexpectedly error out.