Skip to content

Commit d3ef054

Browse files
authored
Merge pull request #35 from AzureAD/sagonzal/release0.2.0-preview
Bumping version to 0.2.0-preview
2 parents cae0141 + 57a27bd commit d3ef054

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Version 0.0.1-preview
1+
Version 0.2.0-preview
2+
=============
3+
- Added support for B2C
4+
5+
Version 0.1.0-preview
26
=============
37
Public preview of Microsoft Authentication Library for Java
48
- Feature parity with ADAL Java

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>msal4j</artifactId>
6-
<version>0.1.0-preview</version>
6+
<version>0.2.0-preview</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

src/samples/web-app-samples-for-msal4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.microsoft.azure</groupId>
1717
<artifactId>msal4j</artifactId>
18-
<version>0.1.0-preview</version>
18+
<version>0.2.0-preview</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)