From: Eugen Rochko Date: Fri, 30 Nov 2018 20:38:09 +0000 (+0100) Subject: Bump version to 2.6.4 (#9402) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c480da375b9f41d02d3a5b5a4b56281f60b82a49;p=mastodon.git Bump version to 2.6.4 (#9402) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fa6a25d..d09dc452a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog All notable changes to this project will be documented in this file. +## [2.6.4] - 2018-11-30 +### Fixed + +- Fix yarn dependencies not installing due to yanked event-stream package (#9401) + ## [2.6.3] - 2018-11-30 ### Added diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 7157ae90e..9c2542ac7 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 3 + 4 end def pre