Browse Source

Bump version to 4.0.2 (#20725)

closed-social-glitch-2
Eugen Rochko 1 year ago
committed by GitHub
parent
commit
03b0f3ac83
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      lib/mastodon/version.rb

+ 7
- 0
CHANGELOG.md View File

@ -3,6 +3,13 @@ Changelog
All notable changes to this project will be documented in this file.
## [4.0.2] - 2022-11-15
### Fixed
- Fix wrong color on mentions hidden behind content warning in web UI ([Gargron](https://github.com/mastodon/mastodon/pull/20724))
- Fix filters from other users being used in the streaming service ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20719))
- Fix `unsafe-eval` being used when `wasm-unsafe-eval` is enough in Content Security Policy ([Gargron](https://github.com/mastodon/mastodon/pull/20729), [prplecake](https://github.com/mastodon/mastodon/pull/20606))
## [4.0.1] - 2022-11-14
### Fixed

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

@ -13,7 +13,7 @@ module Mastodon
end
def patch
1
2
end
def flags

Loading…
Cancel
Save