From a3d8aa98408d89c10f9be24002cf217c5f2f7e32 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Thu, 14 Dec 2023 13:56:48 +0000 Subject: [PATCH] Release v1.4.0 (#334) --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ meta.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 23c38c24..ec7b9678 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.3.1 \ No newline at end of file +v1.4.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 12680378..2a884d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v1.4.0](https://github.com/auth0/go-auth0/tree/v1.4.0) (2023-12-14) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.3.1...v1.4.0) + +**Added** +- [SDK-4478] Support organization id when resetting a password [\#333](https://github.com/auth0/go-auth0/pull/333) ([ewanharris](https://github.com/ewanharris)) +- Implement MFA authentication APIs [\#331](https://github.com/auth0/go-auth0/pull/331) ([ewanharris](https://github.com/ewanharris)) +- Export an Authentication Error to allow type assertions [\#330](https://github.com/auth0/go-auth0/pull/330) ([ewanharris](https://github.com/ewanharris)) +- [SDK-4738] Add support for performing Pushed Authorization Requests [\#327](https://github.com/auth0/go-auth0/pull/327) ([ewanharris](https://github.com/ewanharris)) + +**Removed** +- [DXEX-3404] chore: revert actions log sessions [\#325](https://github.com/auth0/go-auth0/pull/325) ([johneke-auth0](https://github.com/johneke-auth0)) + ## [v1.3.1](https://github.com/auth0/go-auth0/tree/v1.3.1) (2023-11-28) diff --git a/meta.go b/meta.go index bdd46a38..35c04ee5 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.3.1" +var Version = "1.4.0"