From 4b2aefec01f36d55429be2cda8789034d472166a Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 9 Jan 2025 13:14:00 +0530 Subject: [PATCH] Release 2.16.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7007e1dd..0173c63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.16.1](https://github.com/auth0/auth0-java/tree/2.16.1) (2025-01-09) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.16.0...2.16.1) + +**Added** +- Update EXAMPLES.md to fix variable usage [\#690](https://github.com/auth0/auth0-java/pull/690) ([tanya732](https://github.com/tanya732)) +- Added Support for Self-Service-Profile [\#683](https://github.com/auth0/auth0-java/pull/683) ([tanya732](https://github.com/tanya732)) +- Added support for Back Channel Login [\#682](https://github.com/auth0/auth0-java/pull/682) ([tanya732](https://github.com/tanya732)) + ## [2.17.0](https://github.com/auth0/auth0-java/tree/2.17.0) (2025-01-08) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.16.0...2.17.0)