diff --git a/CHANGELOG.md b/CHANGELOG.md index a89b9d0..23df791 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.12.0] - 2023-01-26 + ### Added - Added `approval_required` and `invites_enabled` flags to `/api/v1/instance` endpoint response. diff --git a/Cargo.lock b/Cargo.lock index 3d74614..8e8c875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "mitra" -version = "1.11.0" +version = "1.12.0" dependencies = [ "actix-cors", "actix-files", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "mitra-cli" -version = "1.11.0" +version = "1.12.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 13423f8..de4c545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra" -version = "1.11.0" +version = "1.12.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 6411cca..5bd4265 100644 --- a/mitra-cli/Cargo.toml +++ b/mitra-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-cli" -version = "1.11.0" +version = "1.12.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.56"