From eb7a43fc84bd8ab300fa5a050bdb6d40482dc3c1 Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Sun, 3 Sep 2023 16:24:10 -0400 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b9492..776a041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/) +## 0.4.0 (3. September, 2023) +### Changed +- Updated axum_session to 0.4.0. + ## 0.3.1 (7. August, 2023) ### Changed - Updated github link to renamed repo. diff --git a/Cargo.toml b/Cargo.toml index 30730f8..5594801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "axum_session_auth" -version = "0.3.1" +version = "0.4.0" authors = ["Andrew Wheeler "] description = "Library to Provide a User Authentication and privilege Token Checks. It requires the Axum_Session library." edition = "2021" diff --git a/README.md b/README.md index 8b53df1..2496d68 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you need help with this library or have suggestions please go to our [Discord # Cargo.toml [dependencies] # Postgres + rustls -axum_session_auth = { version = "0.3.0", features = [ "postgres-rustls" ] } +axum_session_auth = { version = "0.4.0", features = [ "postgres-rustls" ] } ``` #### Cargo Feature Flags