From 5dc48e3fa77d999c3d29edf7c9bf2a4ba0ffa955 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Fri, 20 Dec 2024 21:07:27 +0530 Subject: [PATCH] Release v1.13.1 --- .version | 2 +- CHANGELOG.md | 6 ++++++ meta.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b2812046..8cc47ae4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.13.0 +v1.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd16bdd..381ee464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# [v1.13.1](https://github.com/auth0/go-auth0/tree/v1.11.2) (2024-12-20) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.13.0...v1.13.1) + +**Fixed** +- PATCH: Fix logic to handle the PATCH payload for `renderingMode` as standard [\#476](https://github.com/auth0/go-auth0/pull/476) ([ramya18101](https://github.com/ramya18101)) + ## [v1.13.0](https://github.com/auth0/go-auth0/tree/v1.13.0) (2024-12-06) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.12.0...v1.13.0) diff --git a/meta.go b/meta.go index cab79393..e2b19b63 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.13.0" +var Version = "1.13.1"