Browse Source

Bump version to 2.9.2 (#11152)

pull/4/head
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
b5c772c3d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions
  1. +14
    -0
      CHANGELOG.md
  2. +1
    -1
      lib/mastodon/version.rb

+ 14
- 0
CHANGELOG.md View 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

+ 1
- 1
lib/mastodon/version.rb View File

@ -13,7 +13,7 @@ module Mastodon
end
def patch
1
2
end
def pre

Loading…
Cancel
Save