diff --git a/CHANGELOG.md b/CHANGELOG.md index c463cfc053..f13eda77cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes wil All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time." +## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17 + +- Set environment variable `MASTODON_USE_LIBVIPS` to true by default. + - You need to install libvips for this. + - If you don't want to, you'll _have to_ set this environment variable to `false`, for any commands you run. + ## [v4.3.0-alpha.4+glitch+cat+1.0.3] - 2024-06-17 - Upstream changes diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 9c0f92f191..b80a91d6fe 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def catstodon_revision - '1.0.3' + '1.1.0' end def build_metadata