We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636739f commit 520a383Copy full SHA for 520a383
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# CHANGELOG
2
3
-## v2.3.2-dev
+## v2.3.2
4
+
5
+### Security fixes
6
7
+* Fix unsafe deserialization of Erlang terms in API responses (CVE-2026-21619)
8
9
## v2.3.1
10
mix.exs
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project
- @version "2.3.2-dev"
+ @version "2.3.2"
def project do
[
0 commit comments