From 9b76e713adc224dd31c5b9188f27fb89d32f425c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:45:44 +0000 Subject: [PATCH] chore(main): release 0.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2bea..f87262aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a98605f..d732503c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.0](https://github.com/workos/cli/compare/v0.14.0...v0.15.0) (2026-05-13) + + +### Features + +* add `workos migrations` command ([#149](https://github.com/workos/cli/issues/149)) ([7f5138f](https://github.com/workos/cli/commit/7f5138f949cd0097d964e3265fcca8d62e09c48b)) + + +### Bug Fixes + +* bump @workos/skills to 0.6.0 ([#151](https://github.com/workos/cli/issues/151)) ([bded17e](https://github.com/workos/cli/commit/bded17e9138e4592ad58994d02c4dbdaaf5e9696)) + ## [0.14.0](https://github.com/workos/cli/compare/v0.13.4...v0.14.0) (2026-05-12) diff --git a/package.json b/package.json index ee0fddff..44082271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.14.0", + "version": "0.15.0", "type": "module", "description": "The Official Workos CLI", "repository": {