From 8dbe3fbd97dcc23b9e22c4ab940ffef707fd553c Mon Sep 17 00:00:00 2001 From: SomkaPe Date: Thu, 8 Sep 2016 15:27:00 -0700 Subject: [PATCH] adding Versions section to readme (#385) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 88f88df2..40c4ad91 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Active Directory Authentication Library (ADAL) for JavaScript Active Directory Authentication Library for JavaScript (ADAL JS) helps you to use Azure AD for handling authentication in your single page applications. This library is optimized for working together with AngularJS. +## Versions +Current version - 1.0.12 +Minimum recommended version - 1.0.11 +You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-js/blob/master/changelog.txt). + ## Samples and Documentation [We provide a full suite of sample applications and documentation on GitHub](https://github.com/azure-samples?query=active-directory) to help you get started with learning the Azure Identity system. This includes tutorials for native clients such as Windows, Windows Phone, iOS, OSX, Android, and Linux. We also provide full walkthroughs for authentication flows such as OAuth2, OpenID Connect, Graph API, and other awesome features.