From c066ecfa6e73956208e6756f5862bbbcfa952355 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 26 May 2022 11:33:29 -0400 Subject: [PATCH] Release v0.1.269 - authentication: Allow client credential grants with basic auth - Update to model 0.0.201: - Adding groups claim to openID IDP --- CHANGES.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2f62d293e..9ccaaab0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.269 + +- authentication: Allow client credential grants with basic auth +- Update to model 0.0.201: + - Adding groups claim to openID IDP + ## 0.1.268 - Update to model 0.0.200: diff --git a/version.go b/version.go index d8a816157..05b331dac 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.268" +const Version = "0.1.269"