Skip to content

Commit

Permalink
Version bump, ChangeLog update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbakel committed Feb 15, 2023
1 parent d6800fd commit 54d924a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions password/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for `password`

## 3.0.2.1

- Add Cabal flags to control which hashing algorithms are exported. These flags are
`argon2`, `bcrypt`, `pbkdf2`, and `scrypt`. Each flag is enabled by default -
disabling it will elide the corresponding module from the library. This allows
downstream packagers to disable hashing algorithms which aren't supported on
certain platforms.
Thanks to [@ivanbakel](https://github.com/ivanbakel)
[#63](https://github.com/cdepillabout/password/pull/63)

## 3.0.2.0

- Add `extractParams` on `PasswordHash`s
Expand Down
2 changes: 1 addition & 1 deletion password/password.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12

name: password
version: 3.0.2.0
version: 3.0.2.1
category: Data
synopsis: Hashing and checking of passwords
description:
Expand Down

0 comments on commit 54d924a

Please sign in to comment.