Skip to content

Commit 4b05f3f

Browse files
committed
update version to include blowfish C libs minor updates
1 parent 7458255 commit 4b05f3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.3.0 (2025-04-27)
4+
5+
* Changes
6+
* Updated blowfish C libs (minor updates)
7+
38
## v3.2.0 (2024-10-04)
49

510
* Changes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule BcryptElixir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/riverrun/bcrypt_elixir"
5-
@version "3.2.1"
5+
@version "3.3.0"
66
@description "Bcrypt password hashing algorithm for Elixir"
77

88
def project do

0 commit comments

Comments
 (0)