Skip to content

Commit b2721c5

Browse files
committed
chore: changelog and build version number
1 parent 00a762b commit b2721c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [8.1.1]
11+
12+
- Adds more null and empty checks for bulk migration
13+
1014
## [8.1.0]
1115

1216
- Adds support for webauthn (passkeys)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
}
44

5-
version = "8.1.0"
5+
version = "8.1.1"
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)