diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea24fa..9ca2db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - ReleaseDate +## [0.17.0] - 2024-11-18 ### Added - Experimental support for Balloon password hashing. diff --git a/Cargo.toml b/Cargo.toml index 7a99ac4..80a2c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libreauth" -version = "0.16.0" +version = "0.17.0" authors = ["Rodolphe Breard "] edition = "2021" rust-version = "1.67"