Skip to content

Commit

Permalink
Release v1.4.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Dec 14, 2023
1 parent ae59305 commit a3d8aa9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.1
v1.4.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

<a name="v1.3.1"></a>

## [v1.3.1](https://github.com/auth0/go-auth0/tree/v1.3.1) (2023-11-28)
Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auth0

// Version is the package version.
var Version = "1.3.1"
var Version = "1.4.0"

0 comments on commit a3d8aa9

Please sign in to comment.