From f0ae82c0dbbc2d38ef23772f2db6eb489fc600a1 Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 26 Jan 2023 19:05:41 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- mitra-cli/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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"