From e0d845c2e70372d491e577e88753467d0ca1cc6a Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:38:21 +0000 Subject: [PATCH] chore(main): release auth-daemon 0.1.1 --- .release-please-manifest.json | 2 +- backend/auth-daemon/CHANGELOG.md | 16 ++++++++++++++++ backend/auth-daemon/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a6ff60be8..df63bd8b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,5 @@ "+7": "0.0.0", "workflows-cli": "0.1.1", "+8": "0.0.0", - "backend/auth-daemon": "0.1.0" + "backend/auth-daemon": "0.1.1" } diff --git a/backend/auth-daemon/CHANGELOG.md b/backend/auth-daemon/CHANGELOG.md index d1037032f..aa0766c07 100644 --- a/backend/auth-daemon/CHANGELOG.md +++ b/backend/auth-daemon/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-daemon@v0.1.0...auth-daemon@v0.1.1) (2026-05-01) + + +### Features + +* **backend:** auth-core scaffolding ([0328460](https://github.com/DiamondLightSource/workflows/commit/03284609a11b628aea2b9e47380b906df055058c)) +* proof-of-concept authentication in workflows with authorization code flow with pkce method ([32b9566](https://github.com/DiamondLightSource/workflows/commit/32b95668825f357beeb9031f6446a2685a684f70)) + + +### Bug Fixes + +* **backend:** modify auth-daemon to use auth-core logic ([c90b309](https://github.com/DiamondLightSource/workflows/commit/c90b3092c0ec3f1aac073f00565d1489cb23d288)) +* **backend:** remove duplicates in toml files ([1386df6](https://github.com/DiamondLightSource/workflows/commit/1386df69ad8bf62854e7a8bab30f03fa0e87024c)) +* **backend:** removed duplicate code ([581a1ca](https://github.com/DiamondLightSource/workflows/commit/581a1cacdb8555251680792dfe2cbe04107c1e02)) +* **backend:** updated backend dependencies ([e124b23](https://github.com/DiamondLightSource/workflows/commit/e124b23ef1fe9322dce880d8efa3d9bb3b212437)) + ## 0.1.0 (2025-09-25) diff --git a/backend/auth-daemon/Cargo.toml b/backend/auth-daemon/Cargo.toml index f083e1acc..7cc05f928 100644 --- a/backend/auth-daemon/Cargo.toml +++ b/backend/auth-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auth-daemon" -version = "0.1.0" +version = "0.1.1" edition = "2024" license-file = "../../LICENSE"