From 4ab95055d68300603b6e1c511f8a699be23a3c87 Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 9 Feb 2023 20:07:39 +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 93dbde8..e36ef94 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.13.1] - 2023-02-09 + ### Fixed - Fixed permission error on subscription settings update. diff --git a/Cargo.lock b/Cargo.lock index c43853c..92e286d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "mitra" -version = "1.13.0" +version = "1.13.1" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 3d21aa8..d323b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra" -version = "1.13.0" +version = "1.13.1" description = "Federated micro-blogging platform and content subscription service" license = "AGPL-3.0"