From a6403e854d25b7b32a180737b19b25b516e8110d Mon Sep 17 00:00:00 2001 From: Laszlo Schreck Date: Mon, 27 Aug 2018 11:13:44 +0900 Subject: [PATCH] Fix version numbers in the CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee7b2a..6a317e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changes in Medidata.MAuth -## v3.0.2 +## v3.0.3 - **[Core]** Fixed concurrency and memory issues with the `MAuthRequestRetrier` +## v3.0.2 +- **[Core]** Exposed the `MAuthOptionsBase.MAuthServerHandler` property as public in order to be able to inject custom handlers for the MAuth server communication. + ## v3.0.1 - **[Core]** Removed constraint for the application uuids to be only version 4. Now the MAuth header validation won't throw error if the provided uuid is not version 4.