diff --git a/CHANGES.md b/CHANGES.md index f21c5a34c..e0db7a6e3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.398 +- Add regions support from ocm shards + ## 0.1.397 - Add `NewUnauthenticatedConnectionBuilder` function to allow creating a `Connection` without client side authentication diff --git a/version.go b/version.go index 0c0964032..7d6a2aa18 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.397" +const Version = "0.1.398"