summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-07 20:13:54 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-07 20:13:54 +0200
commit65662b384742ba733dd590fd7eccb5abf8c6d0c8 (patch)
tree185a1256d7ebef9e3e90f48386744cbe7a7d9423
parent6984396b1157df3754c5d2c85bcd02d0a7003df5 (diff)
Bump version to 2.5.1v2.5.1
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000000..220cb65915c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+## 2.5.1
+
+- Fix some local images not having their EXIF metadata stripped on upload (#8714)
+- Fix class autoloading issue in ActivityPub Create handler (#8820)
+- Fix cache statistics not being sent via statsd when statsd enabled (#8831)
+- Fix being able to enable a disabled relay via ActivityPub Accept handler (#8864)
+- Bump nokogiri from 1.8.4 to 1.8.5 (#8881)
+- Bump puma from 3.11.4 to 3.12.0 (#8883)
+- Fix database migrations for PostgreSQL below 9.5 (#8903)
+- Fix being able to report statuses not belonging to the reported account (#8916)
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 0e41a9a6d9e..e6d3af35dbf 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 0
+ 1
end
def pre