diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2c97ebe..727e2be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.4" + ".": "0.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd9b0f..fffc67f 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.14.0](https://github.com/workos/cli/compare/v0.13.4...v0.14.0) (2026-05-06) + + +### Features + +* **api:** add generic `workos api` gateway ([#142](https://github.com/workos/cli/issues/142)) ([6cfa55b](https://github.com/workos/cli/commit/6cfa55ba6d768ebbb4cc7ed922ac94037404b412)) + ## [0.13.4](https://github.com/workos/cli/compare/v0.13.3...v0.13.4) (2026-05-05) diff --git a/package.json b/package.json index 7358cd6..6ee856a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.13.4", + "version": "0.14.0", "type": "module", "description": "The Official Workos CLI", "repository": {