diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47fa6a25df0127feff696aab3538404931a4f335..d09dc452a0052d847858a547af32119d844a5354 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 7157ae90e8a06cf6d1d0c31a5958c2554401f8cc..9c2542ac7eb981227de53177c939fa35b2046a0e 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