diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d53f67..3ac9421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.14.0 (12. April, 2024) +### Changed +- (Breaking) Updated to Axum Session 0.14.0 + ## 0.13.0 (11. March, 2024) ### Changed - (Breaking) Updated to Axum Session 0.13.0 diff --git a/Cargo.lock b/Cargo.lock index f8983cc..697577d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "axum_session_auth" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 51031df..657d276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "axum_session_auth" -version = "0.13.0" +version = "0.14.0" authors = ["Andrew Wheeler "] description = "Library to Provide a User Authentication and privilege Token Checks. It requires the Axum_Session library." edition = "2021"