Browse Source

Bump version to 2.6.1 (#9172)

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

+ 6
- 0
CHANGELOG.md View File

@ -3,6 +3,12 @@ Changelog
All notable changes to this project will be documented in this file.
## [2.6.1] - 2018-10-30
### Fixed
- Fix resolving resources by URL not working due to a regression in #9132 (#9171)
- Fix reducer error in web UI when a conversation has no last status (#9173)
## [2.6.0] - 2018-10-30
### Added

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

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

Loading…
Cancel
Save