Skip to content

Commit

Permalink
Release v1.10.0 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Sep 3, 2024
1 parent f25e6e3 commit ccd75eb
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.9.0
v1.10.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.10.0](https://github.com/auth0/go-auth0/tree/v1.10.0) (2024-09-03)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.9.0...v1.10.0)

**Added**
- Add support for new Prompts and Screens for Prompt Partial [\#437](https://github.com/auth0/go-auth0/pull/437) ([developerkunal](https://github.com/developerkunal))
- Add Organizations for Client Credentials [\#432](https://github.com/auth0/go-auth0/pull/432) ([duedares-rvj](https://github.com/duedares-rvj))
- Add Support for Control Your Own Key (CYOK) and Bring Your Own Key (BYOK) Features with New `EncryptionKeyManager` [\#435](https://github.com/auth0/go-auth0/pull/435) ([developerkunal](https://github.com/developerkunal))

> **Note**
> The methods `ReadPartials`, `CreatePartials`, and `UpdatePartials` are deprecated. Please use `GetPartials` and `SetPartials` instead for managing Prompt Partials.
## [v1.9.0](https://github.com/auth0/go-auth0/tree/v1.9.0) (2024-08-16)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.8.0...v1.9.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.9.0"
var Version = "1.10.0"

0 comments on commit ccd75eb

Please sign in to comment.