From 75fa9de5abba06a2459b423e36c2ab35a1319206 Mon Sep 17 00:00:00 2001 From: Janos Pasztor Date: Mon, 28 Dec 2020 13:31:47 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e7c51..b306743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.1: JSON unmarshalling + +The previous version of this library incorrectly unmarshalled JSON causing an endless loop. This release fixes JSON unmarshalling. + ## 0.9.0: Split docker from dockerrun In this release we split off the now-deprecated `dockerrun` backend. This new backend provides better compatibility and support for the [ContainerSSH Guest Agent](https://github.com/containerssh/agent).