diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e08341e87b768dc1f7a2351826a9bfc56fa4a2..2ae9fc82c603086e8b8007aa9a337c6825a30d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog All notable changes to this project will be documented in this file. +## [3.1.1] - 2020-02-10 +### Fixed + +- Fix yanked dependency preventing installation ([mayaeh](https://github.com/tootsuite/mastodon/pull/13059)) + ## [3.1.0] - 2020-02-09 ### Added diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 51ce53604c7a6a13fd9870971cc9561e1489521f..28eca740a700731ec65e4524c038d097feaa06dc 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def flags