Skip to content

Commit bd4356b

Browse files
committed
preparing 1.8.1
1 parent dfee64a commit bd4356b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [1.8.1](https://github.com/Password4j/password4j/releases/tag/1.8.1) - (2024-03-08)
44
### Fixed
5-
* `Argon2Function#internalHash(...)` used a double conversion from `byte[]` to `String` and back to `byte[]` that created inconsistencies in `Hash#salt` ([#143](../../issues/143))
5+
* `Argon2Function#internalHash(...)` used a double conversion from `byte[]` to `String` and back to `byte[]` that created inconsistencies in `Hash#salt ([#143](../../issues/143))
66

77
### Changed
88
* `Hash#Hash(HashingFunction, String, byte[], String)` marked deprecated

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.password4j</groupId>
66
<artifactId>password4j</artifactId>
7-
<version>1.8.0</version>
7+
<version>1.8.1</version>
88
<packaging>jar</packaging>
99

1010

0 commit comments

Comments
 (0)