about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-02-10 02:55:40 +0100
committerGitHub <noreply@github.com>2020-02-10 02:55:40 +0100
commitb752666e3f8b37ea422b0a912cf5efd7ac6f8225 (patch)
tree62296f1e45e54223742b724dac72ef126d5f0d39
parent57c42c20c01b46f0d7cad5a357d56190274a3fa1 (diff)
Bump version to 3.1.1 (#13069)
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 6 insertions, 1 deletions
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