Skip to content

Commit 3c5856f

Browse files
authored
Merge pull request #27 from auth0/perform-release
Release 1.2.2
2 parents da73b29 + e49232f commit 3c5856f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.2.2](https://github.com/auth0/auth0-spring-security-api/tree/1.2.2) (2019-05-23)
4+
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.1...1.2.2)
5+
6+
**Security**
7+
- Bump dependencies [\#26](https://github.com/auth0/auth0-spring-security-api/pull/26) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [1.2.1](https://github.com/auth0/auth0-spring-security-api/tree/1.2.1) (2019-01-03)
410
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.0...1.2.1)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Get Auth0 Spring Security API using Maven:
1818
<dependency>
1919
<groupId>com.auth0</groupId>
2020
<artifactId>auth0-spring-security-api</artifactId>
21-
<version>1.2.1</version>
21+
<version>1.2.2</version>
2222
</dependency>
2323
```
2424

2525
or Gradle:
2626

2727
```gradle
28-
implementation 'com.auth0:auth0-spring-security-api:1.2.1'
28+
implementation 'com.auth0:auth0-spring-security-api:1.2.2'
2929
```
3030

3131
## Usage

0 commit comments

Comments
 (0)