From e87bab0bb30c6ca3db51f016ca2a9aff80489b28 Mon Sep 17 00:00:00 2001 From: Dave Shoup Date: Thu, 12 Dec 2024 17:17:00 -0500 Subject: [PATCH] release 0.22.1 (#759) --- .versions/next.txt | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.versions/next.txt b/.versions/next.txt index a723ece79..faa5fb265 100644 --- a/.versions/next.txt +++ b/.versions/next.txt @@ -1 +1 @@ -0.22.1 +0.22.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca88df9f..5aa14cad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this extension will be documented in this file. ## Unreleased +## 0.22.1 + - Additional information is now provided when attempting to start/stop local resources and the extension cannot communcate with the Docker engine API if the new `http.fetchAdditionalSupport` setting is enabled.