Skip to content

Commit bdc8be8

Browse files
committed
update to version 4.1.1
1 parent a390332 commit bdc8be8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)