Skip to content

Commit

Permalink
fix: Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Apr 9, 2024
1 parent 3b0df86 commit 737db91
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]

## [7.1.0] - 2024-04-10

- Adds queries for Bulk Import

## [7.0.0] - 2024-03-13

- Replace `TotpNotEnabledError` with `UnknownUserIdTotpError`.
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 = "7.0.0"
version = "7.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 737db91

Please sign in to comment.