]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.9.2 (#11152)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 22 Jun 2019 15:28:26 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2019 15:28:26 +0000 (17:28 +0200)
CHANGELOG.md
lib/mastodon/version.rb

index 196a83d678cc0968d832a350c9e342c652df4d57..5ea7e417bea670f65c0e010c08d82e72b60647ed 100644 (file)
@@ -3,6 +3,20 @@ Changelog
 
 All notable changes to this project will be documented in this file.
 
+## [2.9.2] - 2019-06-22
+### Added
+
+- Add `short_description` and `approval_required` to `GET /api/v1/instance` (#11146)
+
+### Changed
+
+- Change camera icon to paperclip icon in upload form (#11149)
+
+### Fixed
+
+- Fix audio-only OGG and WebM files not being processed as such (#11151)
+- Fix audio not being downloaded from remote servers (#11145)
+
 ## [2.9.1] - 2019-06-22
 ### Added
 
index 25dde5644f3e8d03f0432bc39f228fe0b70a09a0..47eac2432b0278119411d2c21c945f9e8303efbe 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      1
+      2
     end
 
     def pre