diff --git a/CHANGELOG.md b/CHANGELOG.md index c92859b..0d7b6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.17] - 2024-10-07 + +## Added +- AI model management. +- LLM Classifier settings. +- S3 `max-retries` setting. + +### Changed + +### Fixed +- Allow non-HTTPS `redirect-uri` for OAuth clients. +- Viewport and autocapitalize fixes for mobile devices. +- Fix error reporting in array fields (#25). + ## [0.1.16] - 2024-10-01 ## Added diff --git a/Cargo.lock b/Cargo.lock index 0167e28..4f2a51b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2387,7 +2387,7 @@ dependencies = [ [[package]] name = "webadmin" -version = "0.1.16" +version = "0.1.17" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0d2e482..42ffe14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://stalw.art" keywords = ["web", "admin", "email", "mail", "server"] categories = ["email"] license = "AGPL-3.0-only OR LicenseRef-SEL" -version = "0.1.16" +version = "0.1.17" edition = "2021" resolver = "2"