From 9e5d93c42ed874782377d97a301d9639e0c89b58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:20:22 +0000 Subject: [PATCH] chore(main): release 0.15.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..047c623 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d732503..17b41d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.1](https://github.com/workos/cli/compare/v0.15.0...v0.15.1) (2026-05-14) + + +### Bug Fixes + +* Make migrations API key optional ([#153](https://github.com/workos/cli/issues/153)) ([471cc4f](https://github.com/workos/cli/commit/471cc4fac853b89c7de935727fcc6ea1fdb76f0a)) + ## [0.15.0](https://github.com/workos/cli/compare/v0.14.0...v0.15.0) (2026-05-13) diff --git a/package.json b/package.json index 4408227..7e454d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.15.0", + "version": "0.15.1", "type": "module", "description": "The Official Workos CLI", "repository": {