From 1a3018504797e2f182395fdbca844b48d82b27ea Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Wed, 22 May 2024 14:15:05 -0400 Subject: [PATCH] chore: v0.1.6 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040c550..24ec08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.1.5 (May 22, 2024) +- Added experimental support for advanced integration without Docker. +- Fixed a crash where the Docker integration tried to use `process.env.API_KEY` instead of context. +- Fixed a crash where `ROOT_API_KEY` was not respected in the OIDC flow. + ### 0.1.5 (May 20, 2024) - Robust configuration handling with fallbacks based on the headscale source. - Support for `client_secret_path` on configuration file based OIDC.