Skip to content

Commit

Permalink
preparing for 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firaja committed Aug 20, 2023
1 parent 7cf9d4c commit 28365a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [1.7.1](https://github.com/Password4j/password4j/releases/tag/1.7.1) - (2023-02-18)
## [1.7.2](https://github.com/Password4j/password4j/releases/tag/1.7.2) - (2023-08-20)
### Fixed
* Suppressed warning for usage of `java.security.AccessController`. This is how the java development team fixed the problem for the moment ([#119](../../issues/119))
* In some custom JDK implementations `java.security.Provider#getServices()` can return `null` instead of empty `java.security.Provider.Service[]` ([#120](../../issues/120))


## [1.7.1](https://github.com/Password4j/password4j/releases/tag/1.7.1) - (2023-06-02)
### Fixed
* Bcrypt used negative rounds when cost factor = 31 ([#114](../../issues/114))

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/password4j/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static void printBanner(PrintStream printStream)
String banner ="\n";
banner += " |\n" +
" | \033[0;1mPassword4j\033[0;0m\n" +
" + \\ .: v1.7.1 :.\n" +
" + \\ .: v1.7.2 :.\n" +
" \\\\.G_.*=.\n" +
" `(H'/.\\| ✅ Argon2\n" +
" .>' (_--. ✅ scrypt\n" +
Expand Down

0 comments on commit 28365a4

Please sign in to comment.