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"