Skip to content

Commit 2d55db3

Browse files
github-actions[bot]masterkain
authored andcommitted
chore(main): release codex-pooler 0.4.8
1 parent fffd246 commit 2d55db3

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.7"
2+
".": "0.4.8"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.8](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.7...codex-pooler-v0.4.8) (2026-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **upstreams:** distinguish upstream credentials by subject ([fffd246](https://github.com/icoretech/codex-pooler/commit/fffd246dbf9df1719ba9ad0fb488f4203bd13dd2))
9+
310
## [0.4.7](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.6...codex-pooler-v0.4.7) (2026-06-29)
411

512

docs-site/src/content/docs/deployment/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ less explicit for a real install.
3131

3232
```bash
3333
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
34-
export CODEX_POOLER_IMAGE_TAG=0.4.7
34+
export CODEX_POOLER_IMAGE_TAG=0.4.8
3535
scripts/self-host/generate-env.sh
3636
```
3737

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CodexPooler.MixProject do
55
[
66
app: :codex_pooler,
77
# x-release-please-start-version
8-
version: "0.4.7",
8+
version: "0.4.8",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)