diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ad7375..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.2" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b7bab..7998c21 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.12.0](https://github.com/workos/cli/compare/v0.11.2...v0.12.0) (2026-03-26) + + +### Features + +* full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) ([#100](https://github.com/workos/cli/issues/100)) ([55371a9](https://github.com/workos/cli/commit/55371a9a2121b91dd48189752efc3c96681e1dee)) + ## [0.11.2](https://github.com/workos/cli/compare/v0.11.1...v0.11.2) (2026-03-17) diff --git a/package.json b/package.json index ad76767..2cee55c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.11.2", + "version": "0.12.0", "type": "module", "description": "The Official Workos CLI", "repository": {