From 4b59e9fb917371e65a8aaab5442b210f008020bf Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Tue, 3 Sep 2024 15:59:56 +0530 Subject: [PATCH] Add Note for deprecated Methods --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11be55c..a2b25fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)