diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71e95baf..978d5713 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd51705b..fb4384d3 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.20.1](https://github.com/workos/cli/compare/v0.20.0...v0.20.1) (2026-07-26) + + +### Bug Fixes + +* detect Bun compiled binary when import.meta.url percent-encodes ~BUN ([#208](https://github.com/workos/cli/issues/208)) ([4c66d6e](https://github.com/workos/cli/commit/4c66d6e255c9b55b600d9fb1c980116679fc9a49)) + ## [0.20.0](https://github.com/workos/cli/compare/v0.19.0...v0.20.0) (2026-07-26) diff --git a/package.json b/package.json index e5be1def..3577f411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.20.0", + "version": "0.20.1", "type": "module", "description": "The Official Workos CLI", "repository": {