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..0d42a1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.13.1](https://github.com/auth0/go-auth0/tree/v1.13.1) (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"