Skip to content

Commit

Permalink
Release v1.6.0 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed May 9, 2024
1 parent 8a09d15 commit c081095
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v1.6.0](https://github.com/auth0/go-auth0/tree/v1.6.0) (2024-05-09)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.5.0...v1.6.0)

**Added**
- [GH-380] - Add User Refresh Token Management Functionality to SDK [\#404](https://github.com/auth0/go-auth0/pull/404) ([developerkunal](https://github.com/developerkunal))
- [GH-366] - Add support for enabled_connections field in CreateOrganizationConnections [\#394](https://github.com/auth0/go-auth0/pull/394) ([developerkunal](https://github.com/developerkunal))

**Fixed**
- [GH-372] Fix unmarshaling issue with Wordpress strategy connections [\#398](https://github.com/auth0/go-auth0/pull/398) ([developerkunal](https://github.com/developerkunal))
- [GH-336] - Fix Unmarshal JSON error as string [\#393](https://github.com/auth0/go-auth0/pull/393) ([developerkunal](https://github.com/developerkunal))

## [v1.5.0](https://github.com/auth0/go-auth0/tree/v1.5.0) (2024-04-23)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.4.1...v1.5.0)

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.5.0"
var Version = "1.6.0"

0 comments on commit c081095

Please sign in to comment.