From 0fb57725e49dbe373d9a2cdba3b3b16d5b2992b2 Mon Sep 17 00:00:00 2001 From: AMiWR <83715695+amiwrpremium@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:54:41 +0330 Subject: [PATCH] chore(master): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b805ec5..e0f679a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/amiwrpremium/shellboto/compare/v0.1.1...v0.1.2) (2026-04-22) + + +### Features + +* **security:** systemd-creds fallback for token + audit seed ([#15](https://github.com/amiwrpremium/shellboto/issues/15)) ([a5a27dc](https://github.com/amiwrpremium/shellboto/commit/a5a27dc230ae85dc9decfaed0c14fceb2c79a6b2)) + ## [0.1.1](https://github.com/amiwrpremium/shellboto/compare/v0.1.0...v0.1.1) (2026-04-21)