about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-12-02 17:41:38 +0100
committerGitHub <noreply@github.com>2018-12-02 17:41:38 +0100
commit2df5ef18ae3449825fdef6c83d5b3a7b19fd7ebb (patch)
treec0adb6c763abf43926efe4b935fb28fb0d84cbb5
parent84e5ed43e783de57123d5ce7136178f965c7da7d (diff)
Bump version to 2.6.5 (#9413)
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d09dc452a..1e24df451 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@ Changelog
 
 All notable changes to this project will be documented in this file.
 
+## [2.6.5] - 2018-12-01
+### Changed
+
+- Change lists to display replies to others on the list and list owner (#9324)
+
+### Fixed
+
+- Fix failures caused by commonly-used JSON-LD contexts being unavailable (#9412)
+
 ## [2.6.4] - 2018-11-30
 ### Fixed
 
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 9c2542ac7..cb5c2440c 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      4
+      5
     end
 
     def pre