Skip to content

Commit

Permalink
Merge pull request #121 from AzureAD/sagonzal/release-0.7.0-preview
Browse files Browse the repository at this point in the history
Bumping up version to 0.7.0-preview
  • Loading branch information
sangonzal authored Oct 31, 2019
2 parents d2d41fa + 4e927f4 commit e767eb9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The MSAL library for Java gives your app the ability to begin using the Microsof


## Versions
Current version - 0.6.0-preview
Current version - 0.7.0-preview

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).

Expand All @@ -23,13 +23,13 @@ The library is currently in preview. During the preview we reserve the right to
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.6.0-preview</version>
<version>0.7.0-preview</version>
</dependency>
```
### Gradle

```
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.6.0-preview'
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.7.0-preview'
```

## Contribution
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.7.0-preview
=============
- Added support for ClientAssertions in ClientCredentialFactory
- Renamed AsymmetricKeyCredential to ClientCertificate
- Made Account, IClientApplicationBase, TelemetryConsumer ClientSecret, ClientCertificate, ClientAssertion package-private
- Added IClientSecret, IClientCertificate, IClientAssertion

Version 0.6.0-preview
=============
- Updated TokenCache to be thread safe
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.6.0-preview</version>
<version>0.7.0-preview</version>
<packaging>jar</packaging>
<name>msal4j</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-b2c-web-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.6.0-preview</version>
<version>0.7.0-preview</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-obo-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.6.0-preview</version>
<version>0.7.0-preview</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-web-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>0.6.0-preview</version>
<version>0.7.0-preview</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down

0 comments on commit e767eb9

Please sign in to comment.