We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7458255 commit 4b05f3fCopy full SHA for 4b05f3f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v3.3.0 (2025-04-27)
4
+
5
+* Changes
6
+ * Updated blowfish C libs (minor updates)
7
8
## v3.2.0 (2024-10-04)
9
10
* Changes
mix.exs
@@ -2,7 +2,7 @@ defmodule BcryptElixir.Mixfile do
use Mix.Project
@source_url "https://github.com/riverrun/bcrypt_elixir"
- @version "3.2.1"
+ @version "3.3.0"
@description "Bcrypt password hashing algorithm for Elixir"
def project do
0 commit comments