From b5c772c3d42610894bd274de633acad492b53cdb Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Sat, 22 Jun 2019 17:28:26 +0200
Subject: [PATCH] Bump version to 2.9.2 (#11152)

---
 CHANGELOG.md            | 14 ++++++++++++++
 lib/mastodon/version.rb |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 196a83d67..5ea7e417b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
 
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 25dde5644..47eac2432 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      1
+      2
     end
 
     def pre