Skip to content

Commit d13a734

Browse files
committed
Release v2.4.1
1 parent 8886724 commit d13a734

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

3-
## v2.4.1-dev
3+
## 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
411

512
## v2.4.0 (2026-03-14)
613

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hex.MixProject do
22
use Mix.Project
33

4-
@version "2.4.1-dev"
4+
@version "2.4.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)