diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8227803 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/chriswk/actix-session-sqlx-postgres/releases/tag/v0.1.0) - 2023-05-11 + +### Added +- Postgresql Session Store for Actix + +### Fixed +- Use correct license identificator +- Updated to use jsonb type for storing session data + +### Other +- Drop minimal test run +- Set description and license +- set MSRV to 1.69.0 +- Added test workflow +- Add acceptance test suite +- Initial commit