Browse Source

Bump version to 2.6.5 (#9413)

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

+ 9
- 0
CHANGELOG.md View File

@@ -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



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

@@ -13,7 +13,7 @@ module Mastodon
end

def patch
4
5
end

def pre


Loading…
Cancel
Save