Skip to content

Commit

Permalink
Add Note for deprecated Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 3, 2024
1 parent dc96273 commit 4b59e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- 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

0 comments on commit 4b59e9f

Please sign in to comment.