summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-14 22:21:14 +0100
committerGitHub <noreply@github.com>2022-11-14 22:21:14 +0100
commit4415dd6036f85c29631956c4468bb5b1f2b6fd40 (patch)
tree6fb08336d0e2f06d608eb2a545db6d9f3d784558
parentccbca50a2502108884f7f3c9ea24df8b2129731d (diff)
Bump version to 4.0.1 (#20696)v4.0.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3d9aa0a13a..4392cc65896 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
All notable changes to this project will be documented in this file.
+## [4.0.1] - 2022-11-14
+### Fixed
+
+- Fix nodes order being sometimes mangled when rewriting emoji ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20677))
+
## [4.0.0] - 2022-11-14
Some of the features in this release have been funded through the [NGI0 Discovery](https://nlnet.nl/discovery) Fund, a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 825322.
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 3e206e9150c..0ccf7d71416 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 0
+ 1
end
def flags