From: Eugen Rochko Date: Mon, 10 Feb 2020 01:55:40 +0000 (+0100) Subject: Bump version to 3.1.1 (#13069) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b752666e3f8b37ea422b0a912cf5efd7ac6f8225;p=mastodon.git Bump version to 3.1.1 (#13069) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e08341e..2ae9fc82c 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 51ce53604..28eca740a 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