From aac74728f8bf270939e373237c4fca08c50cd400 Mon Sep 17 00:00:00 2001 From: weij Date: Tue, 16 Jun 2015 16:53:02 -0700 Subject: [PATCH] update version for release --- bower.json | 2 +- changelog.txt | 6 ++++++ lib/adal-angular.js | 2 +- lib/adal.js | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 65ed4845..bb49b513 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "adal-angular", - "version": "1.0.3", + "version": "1.0.4", "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js", "authors": [ "MSOpentech" diff --git a/changelog.txt b/changelog.txt index a5653d2b..55138a0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Version 1.0.4 +========================== +Fix infinite loop when specifying login resource +Fix #139: Queue callbacks for renewals +Fix constant definitions and use global in unit tests + Version 1.0.3 ========================== Revert the change from prevous release "Move the check for the boolean value isEndPoint in AdalAngular interceptor (issue #127)" diff --git a/lib/adal-angular.js b/lib/adal-angular.js index 9ef16770..48095805 100644 --- a/lib/adal-angular.js +++ b/lib/adal-angular.js @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// AdalJS v1.0.3 +// AdalJS v1.0.4 // @preserve Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // Apache License 2.0 diff --git a/lib/adal.js b/lib/adal.js index b99d4e7f..dbb8f300 100644 --- a/lib/adal.js +++ b/lib/adal.js @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// AdalJS v1.0.3 +// AdalJS v1.0.4 // @preserve Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // Apache License 2.0 diff --git a/package.json b/package.json index e9097a5b..c7820341 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "type": "git", "url": "" }, - "version": "1.0.3", + "version": "1.0.4", "description": "Windows Azure Active Directory Client Library for js", "keywords": [ "implicit",