From fcf138392b629e38e9ce632fab335563a66cbe21 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea Date: Wed, 13 Apr 2022 18:23:13 +0200 Subject: [PATCH] Add changelog for v0.6.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828c8b06..42703d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log + +## [v0.6.3](https://github.com/auth0/go-auth0/tree/v0.6.3) (2022-04-13) + +[Full Changelog](https://github.com/auth0/go-auth0/compare/v0.6.2...v0.6.3) + +### Fixed + +- Fixed uri path escaping for param IDs that have a forward slash in them ([#40](https://github.com/auth0/go-auth0/pull/40)) + + ## [v0.6.2](https://github.com/auth0/go-auth0/tree/v0.6.2) (2022-04-07)