We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8886724 commit d13a734Copy full SHA for d13a734
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# CHANGELOG
2
3
-## v2.4.1-dev
+## v2.4.1 (2026-03-24)
4
+
5
+### Bug fixes
6
7
+* Fix OAuth exchange attempted for repos configured before v2.4.0
8
+* Propagate OAuth exchange configuration to organization repos
9
+* Deduplicate OAuth token exchange during parallel package fetching
10
+* Restore Hex code paths after compilation pruning
11
12
## v2.4.0 (2026-03-14)
13
mix.exs
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project
- @version "2.4.1-dev"
+ @version "2.4.1"
def project do
[
0 commit comments