Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 1, 2023
1 parent 5ba88ce commit f451208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.0.2] - 2023-11-01

- Fixes `verified` in `loginMethods` for users with userId mapping

## [5.0.1] - 2023-10-12

- Fixes user info from primary user id query
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

version = "5.0.1"
version = "5.0.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit f451208

Please sign in to comment.