From ef30d71a55d9fe3d6a097f4638d02dbb9c9f84ab Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Fri, 26 Apr 2024 21:28:50 +0200 Subject: [PATCH] Add changelog for v4.3.0-alpha.3+glitch+cat+1.1.3 --- CHANGELOG.md | 4 ++++ lib/mastodon/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdd0955b0..b2561ab0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes will be documented here. +## [v4.3.0-alpha.3+glitch+cat+1.1.3] - 2024-04-26 + +- Glitch-soc changes, most notably fixing the display of follow request notifications. + ## [v4.3.0-alpha.3+glitch+cat+1.1.2] - 2024-04-11 - Glitch-soc changes, most notably notifications about severed connections. diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index a859bc2666..012b0070c1 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def catstodon_revision - '1.1.2' + '1.1.3' end def build_metadata