diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee57d7..7ceff51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.2.0...v0.2.1) - 2024-09-20 + +### Other + +- Update cargo file +- Updated to latest actix-session and sqlx +- release + ## [0.1.4](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.3...v0.1.4) - 2023-07-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 63885f3..a9b5189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "actix-session-sqlx-postgres" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix-session", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index 07bb182..1e923e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-session-sqlx-postgres" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = [ "Christopher Kolstad ",