From 2abe66098430bb1629609927f0215d6fd2687918 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea Date: Wed, 8 Jun 2022 13:34:16 +0200 Subject: [PATCH] Add change log for v0.6.4 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42703d0e..573d76f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log + +## [v0.6.4](https://github.com/auth0/go-auth0/tree/v0.6.4) (2022-06-08) + +[Full Changelog](https://github.com/auth0/go-auth0/compare/v0.6.3...v0.6.4) + +### Added + +- Added support for webauthn_platform_first_factor_prompt flag in the prompt ([#59](https://github.com/auth0/go-auth0/pull/59)) + +### Changed + +- Bumped Go version to 1.18 ([#71](https://github.com/auth0/go-auth0/pull/71)) +- Ensured that all the tests can be run in any order +- Ensured that all the tests clean up the test tenant afterwards of any created resources +- Enabled http recordings with go-vcr to be used within tests for more reliable testing + + ## [v0.6.3](https://github.com/auth0/go-auth0/tree/v0.6.3) (2022-04-13)