Browse Source

Bump version to 3.2.0 (#14395)

tags/v3.2.0
Eugen Rochko GitHub 2 weeks ago
parent
commit
93dd413a47
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      CHANGELOG.md
  2. +1
    -1
      lib/mastodon/version.rb

+ 2
- 1
CHANGELOG.md View File

@@ -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))


+ 1
- 1
lib/mastodon/version.rb View File

@@ -17,7 +17,7 @@ module Mastodon
end

def flags
'rc2'
''
end

def suffix


Loading…
Cancel
Save