summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-07-07 15:22:47 +0200
committerEugen Rochko <eugen@zeonfederated.com>2020-07-07 15:22:47 +0200
commit661f3f26b041dd6f1f0ea646e55616f7139bb957 (patch)
treeacfee4140d41a29b2fe9b1541345534c8fb1e358
parent2d2e3651eee12364b53f658077dae9343aca5e09 (diff)
Bump version to 3.1.5v3.1.5stable-3.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d0110936e2..6296f001673 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ Changelog
All notable changes to this project will be documented in this file.
+## [v3.1.5] - 2020-07-07
+### Security
+
+- Fix media attachment enumeration ([ThibG](https://github.com/tootsuite/mastodon/pull/14254))
+- Change rate limits for various paths ([Gargron](https://github.com/tootsuite/mastodon/pull/14253))
+- Fix other sessions not being logged out on password change ([Gargron](https://github.com/tootsuite/mastodon/pull/14252))
+
## [v3.1.4] - 2020-05-14
### Added
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index f73b8805ad5..49523520dbc 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 4
+ 5
end
def flags