Skip to content

Commit

Permalink
Release 0.1.221
Browse files Browse the repository at this point in the history
This release changes the return value of ``Connection.Close()``
to avoid causing an error when trying to destroy a client
when the connection is already closed.

Related #506
  • Loading branch information
oriAdler committed Dec 1, 2021
1 parent 8b1d30f commit c484b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.220"
const Version = "0.1.221"

0 comments on commit c484b8a

Please sign in to comment.