Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutmanolache-okta committed Nov 1, 2023
1 parent 654dd01 commit b845d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.7.0](https://github.com/auth0/Guardian.Android/tree/0.6.0) (2023-11-01)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.6.0...0.7.0)

**Changed**
- Add support for transaction linking id
- Add support for custom domain

## [0.6.0](https://github.com/auth0/Guardian.Android/tree/0.6.0) (2021-06-01)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.5.0...0.6.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and
To start using *GuardianSDK* add these lines to your `build.gradle` dependencies file:

```gradle
implementation 'com.auth0.android:guardian:0.6.0'
implementation 'com.auth0.android:guardian:0.7.0'
```

## Usage
Expand Down

0 comments on commit b845d00

Please sign in to comment.