From 05f6bb6091dac372426df386ccc4eaed48783f91 Mon Sep 17 00:00:00 2001 From: silverpill Date: Wed, 18 Jan 2023 20:20:26 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0acaa..5077595 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.10.0] - 2023-01-18 + ### Added - Added `/api/v1/settings/move_followers` API endpoint (replaces `/api/v1/accounts/move_followers`). diff --git a/Cargo.lock b/Cargo.lock index fe66ca6..2c1fe9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "mitra" -version = "1.9.0" +version = "1.10.0" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 833a6fb..a0e3a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra" -version = "1.9.0" +version = "1.10.0" description = "Federated micro-blogging platform and content subscription service" license = "AGPL-3.0"