diff --git a/CHANGELOG b/CHANGELOG index 806e284..888e715 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -549,3 +549,14 @@ * Fix 'unknown' media attachment type rendering ([#​32613](https://github.com/tootsuite/mastodon/issues/32613) and [#​32713](https://github.com/tootsuite/mastodon/issues/32713) by [@​ThisIsMissEm](https://github.com/ThisIsMissEm) and [@​renatolond](https://github.com/renatolond)) * Fix tl language native name ([#​32606](https://github.com/tootsuite/mastodon/issues/32606) by [@​seav](https://github.com/seav)) +[1.14.3] +* Update mastodon to 4.3.3 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.3) +* Fix insufficient validation of account URIs ([GHSA-5wxh-3p65-r4g6](https://github.com/mastodon/mastodon/security/advisories/GHSA-5wxh-3p65-r4g6)) +* Update dependencies +* Fix `libyaml` missing from `Dockerfile` build stage ([#​33591](https://github.com/tootsuite/mastodon/issues/33591) by [@​vmstan](https://github.com/vmstan)) +* Fix incorrect notification settings migration for non-followers ([#​33348](https://github.com/tootsuite/mastodon/issues/33348) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix down clause for notification policy v2 migrations ([#​33340](https://github.com/tootsuite/mastodon/issues/33340) by [@​jesseplusplus](https://github.com/jesseplusplus)) +* Fix error decrementing status count when `FeaturedTags#last_status_at` is `nil` ([#​33320](https://github.com/tootsuite/mastodon/issues/33320) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix last paginated notification group only including data on a single notification ([#​33271](https://github.com/tootsuite/mastodon/issues/33271) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index dc459ae..38be2fe 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.14.2", + "version": "1.14.3", "upstreamVersion": "4.3.3", "healthCheckPath": "/about", "httpPort": 8000,