Skip to content

Commit

Permalink
Release 0.8.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutmanolache-okta authored Mar 15, 2024
1 parent 1eb0d5c commit ac37e29
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.8.0](https://github.com/auth0/Guardian.Android/tree/0.8.0) (2024-03-15)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.7.0...0.8.0)

**Changed**
- Add telemetry to track usage


## [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)

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.7.0'
implementation 'com.auth0.android:guardian:0.8.0'
```

## Usage
Expand Down

0 comments on commit ac37e29

Please sign in to comment.