Skip to content

Commit e871707

Browse files
authored
Merge pull request #150 from AzureAD/sagonzal/release1.2
Increment version to 1.2.0
2 parents d6e9f3b + 23cbd95 commit e871707

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Quick links:
1212
| --- | --- | --- | --- |
1313

1414
## Install
15-
Current version - 1.1.0
15+
Current version - 1.2.0
1616

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

@@ -24,13 +24,13 @@ You can get the msal4j package through Maven or Gradle.
2424
<dependency>
2525
<groupId>com.microsoft.azure</groupId>
2626
<artifactId>msal4j</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0</version>
2828
</dependency>
2929
```
3030
### Gradle
3131

3232
```
33-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.1.0'
33+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.2.0'
3434
```
3535

3636
## Usage

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.2.0
2+
=============
3+
- Added support for ADFS 2019
4+
- Added option to add application name and version for telemetry
5+
- Bug fix: support for ClientCredential on Windows for JDK12+ #128
6+
17
Version 1.1.0
28
=============
39
- Added support for configuring HTTP client

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>1.1.0</version>
6+
<version>1.2.0</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

src/samples/msal-b2c-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.1.0</version>
26+
<version>1.2.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

src/samples/msal-obo-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.1.0</version>
26+
<version>1.2.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

src/samples/msal-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>1.1.0</version>
26+
<version>1.2.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)