From bec10c19248527a8ab7e207de0d992b8b04795bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 02:46:51 +0000 Subject: [PATCH] chore(main): release orgctl 0.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/orgctl/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc753f..f7a4fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ workflow is active (see `.github/workflows/release-please.yml`) — it opens a PR that moves these into a versioned section on each release. Until the first tag exists, this file is maintained by hand. +## [0.1.4](https://github.com/DustyStudy/aws-orgctl/compare/orgctl-v0.1.3...orgctl-v0.1.4) (2026-09-22) + + +### Bug Fixes + +* clean errors for expired tokens/bad accounts, guardrail bypass, audit timestamps ([#20](https://github.com/DustyStudy/aws-orgctl/issues/20)) ([ed28272](https://github.com/DustyStudy/aws-orgctl/commit/ed28272300f657215e8de3b550ba40a4f700398a)) + ## [0.1.3](https://github.com/DustyStudy/aws-orgctl/compare/orgctl-v0.1.2...orgctl-v0.1.3) (2026-09-22) diff --git a/pyproject.toml b/pyproject.toml index 8614e7e..2af0c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "orgctl" -version = "0.1.3" +version = "0.1.4" description = "Ephemeral AWS multi-account credential manager built on IAM Identity Center (SSO) — no long-lived keys, no key exports." readme = "README.md" requires-python = ">=3.11" diff --git a/src/orgctl/__init__.py b/src/orgctl/__init__.py index 5b2dfd1..82aa3cf 100644 --- a/src/orgctl/__init__.py +++ b/src/orgctl/__init__.py @@ -5,4 +5,4 @@ the account/role/session the user explicitly requests. """ -__version__ = "0.1.3" +__version__ = "0.1.4"