summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-07-27 00:07:26 +0200
committerGitHub <noreply@github.com>2020-07-27 00:07:26 +0200
commit93dd413a47f828f386d84cc1c7db15536c4d80c3 (patch)
tree40f6fd26363c76c192d4fff3988b472c1c218b77
parent156af70e4d01f8bf65cdede554c37ab8f9817036 (diff)
Bump version to 3.2.0 (#14395)v3.2.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c136f58f5a3..18790e860b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ Changelog
All notable changes to this project will be documented in this file.
-## Unreleased
+## [3.2.0] - 2020-07-27
### Added
- Add `SMTP_SSL` environment variable ([OmmyZhang](https://github.com/tootsuite/mastodon/pull/14309))
@@ -89,6 +89,7 @@ All notable changes to this project will be documented in this file.
### Fixed
+- Fix `following` param not working when exact match is found in account search ([noellabo](https://github.com/tootsuite/mastodon/pull/14394))
- Fix sometimes occuring duplicate mention notifications ([noellabo](https://github.com/tootsuite/mastodon/pull/14378))
- Fix RSS feeds not being cachable ([ThibG](https://github.com/tootsuite/mastodon/pull/14368))
- Fix lack of locking around processing of Announce activities in ActivityPub ([noellabo](https://github.com/tootsuite/mastodon/pull/14365))
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 8df36137344..7aa6cb2c782 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -17,7 +17,7 @@ module Mastodon
end
def flags
- 'rc2'
+ ''
end
def suffix