Browse Source

Bump version to 2.5.2 (#8960)

master
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
ef43f1d2ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      lib/mastodon/version.rb

+ 4
- 0
CHANGELOG.md View File

@@ -1,3 +1,7 @@
## 2.5.2

- Fix XSS vulnerability (#8959)

## 2.5.1

- Fix some local images not having their EXIF metadata stripped on upload (#8714)


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

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

def patch
1
2
end

def pre


Loading…
Cancel
Save