diff --git a/CHANGES.md b/CHANGES.md index 28a18d0c..23abb1fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.221 Dec 1 2021 + +- Modify `func (c *Connection) Close()` to return nil in case the connection is already closed. + ## 0.1.220 Nov 25 2021 - Added utilities to test with `jq` expressions and JSON patches. diff --git a/version.go b/version.go index 75e169b6..fb42b03c 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.220" +const Version = "0.1.221"