diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b054b..cce6594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.12.28] - 2024-10-11 + +### 🚀 Features + +- Add deploy command + +### Build + +- *(deps)* Bump once_cell from 1.20.1 to 1.20.2 +- *(deps)* Bump clap from 4.5.18 to 4.5.19 +- *(deps)* Bump reqwest from 0.12.7 to 0.12.8 +- *(deps)* Bump rustls from 0.23.13 to 0.23.14 + ## [0.12.27] - 2024-10-07 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 5dffab0..3784dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2883,7 +2883,7 @@ dependencies = [ [[package]] name = "query" -version = "0.12.27" +version = "0.12.28" dependencies = [ "anyhow", "chrono", @@ -2914,7 +2914,7 @@ dependencies = [ [[package]] name = "query-runtime" -version = "0.12.27" +version = "0.12.28" dependencies = [ "anyhow", "base64-simd", @@ -2951,7 +2951,7 @@ dependencies = [ [[package]] name = "query-server" -version = "0.12.27" +version = "0.12.28" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 4b49a58..f6c4bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.12.27" +version = "0.12.28" authors = ["Víctor García"] edition = "2021" license = "MIT"