Skip to content

Commit decbbee

Browse files
authored
Merge pull request #42 from AzureAD/sagonzal/release0.3.0-preview
Release 0.3.0-preview
2 parents 7583dc6 + 2152e44 commit decbbee

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The MSAL library for Java gives your app the ability to begin using the Microsof
1111

1212

1313
## Versions
14-
Current version - 0.2.0-preview
14+
Current version - 0.3.0-preview
1515

1616
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
1717

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.3.0-preview
2+
=============
3+
- Added support for FOCI
4+
- Updated public API to return interfaces
5+
- Updated cache to be compatible with MSAL Python and MSAL.NET caches
6+
17
Version 0.2.0-preview
28
=============
39
- Added support for B2C

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.2.0-preview</version>
6+
<version>0.3.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.2.0-preview</version>
18+
<version>0.3.0-preview</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)