summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-08-19 20:29:06 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-08-19 20:29:06 -0400
commit31fd41de0cbca28cd2461e96384460596e54e9e9 (patch)
tree870cd2b7f437978fca89150db4d0703cc8898391
parent5a2c8ef4ccfbcc996fb812779730c78e2a3fbdcd (diff)
Release 2.4.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--mix.exs2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95405bb60..bcbe3ba56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
+## 2.4.4 - 2022-08-19
+
+### Security
+- Streaming API sessions will now properly disconnect if the corresponding token is revoked
+
## 2.4.3 - 2022-05-06
### Security
diff --git a/mix.exs b/mix.exs
index 46c9fcaa2..0e2834fc6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.4.3"),
+ version: version("2.4.4"),
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),