From cc3d64cc007d05fdb9a8e35dd7c5017198501b24 Mon Sep 17 00:00:00 2001 From: Muhammad Sameer Amin <35958006+sameeramin@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:56:45 +0500 Subject: [PATCH] chore: bumped version to 4.23.16 and updated changelog --- CHANGELOG.rst | 4 ++++ enterprise/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 14abbd18c..3f46aac62 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * nothing unreleased +[4.23.16] +---------- +* feat: remove references to client_id and client_secret from CanvasEnterpriseCustomerConfiguration + [4.23.15] ---------- * feat: altered decrypted_secret to be encrypted and made credentials nullable diff --git a/enterprise/__init__.py b/enterprise/__init__.py index b977ea46c..dfe1f750d 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.23.15" +__version__ = "4.23.16"