File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v4.1.1 (2025-02-04)
9+
10+ * Bug fixes
11+ * fixed unnecessary raise that results in warnings in Elixir 1.18
12+
813## v4.1.0 (2024-10-04)
914
1015* Changes
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Argon2.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/riverrun/argon2_elixir"
5- @ version "4.1.0 "
5+ @ version "4.1.1 "
66 @ description "Argon2 password hashing algorithm for Elixir"
77
88 def project do
You can’t perform that action at this time.
0 commit comments