diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c0fe8..0a8120b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [1.17.0] - 2023-03-15 + ### Added - Enabled audio and video uploads. diff --git a/Cargo.lock b/Cargo.lock index bdccc32..987c086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1818,7 +1818,7 @@ dependencies = [ [[package]] name = "mitra" -version = "1.16.0" +version = "1.17.0" dependencies = [ "actix-cors", "actix-files", @@ -1863,7 +1863,7 @@ dependencies = [ [[package]] name = "mitra-cli" -version = "1.16.0" +version = "1.17.0" dependencies = [ "anyhow", "clap", @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "mitra-config" -version = "1.16.0" +version = "1.17.0" dependencies = [ "dotenv", "log", @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "mitra-utils" -version = "1.16.0" +version = "1.17.0" dependencies = [ "ammonia", "base64", diff --git a/Cargo.toml b/Cargo.toml index 76c50ed..02a1ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra" -version = "1.16.0" +version = "1.17.0" description = "Federated micro-blogging platform and content subscription service" license = "AGPL-3.0" diff --git a/mitra-cli/Cargo.toml b/mitra-cli/Cargo.toml index 1e4c802..07cf63e 100644 --- a/mitra-cli/Cargo.toml +++ b/mitra-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-cli" -version = "1.16.0" +version = "1.17.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.56" diff --git a/mitra-config/Cargo.toml b/mitra-config/Cargo.toml index 021ee2b..1615f69 100644 --- a/mitra-config/Cargo.toml +++ b/mitra-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-config" -version = "1.16.0" +version = "1.17.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.56" diff --git a/mitra-utils/Cargo.toml b/mitra-utils/Cargo.toml index bfb83c8..1e08af4 100644 --- a/mitra-utils/Cargo.toml +++ b/mitra-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-utils" -version = "1.16.0" +version = "1.17.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.56"