From 697e77cb7f40bd5a13214ad4764364ea2fcbe3e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:10:15 +0000 Subject: [PATCH] chore(main): release 0.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8920492..5144b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.7.2](https://github.com/workos/emulate/compare/v0.7.1...v0.7.2) (2026-08-18) + + +### Bug Fixes + +* **auth:** gate the password grant on email verification ([#69](https://github.com/workos/emulate/issues/69)) ([799ef19](https://github.com/workos/emulate/commit/799ef19ad18db6bae86f5f9ba267075bb8fdd88e)) +* **sso:** redeem an SSO code for a user-management session ([#70](https://github.com/workos/emulate/issues/70)) ([b0ae0e8](https://github.com/workos/emulate/commit/b0ae0e88cfbd13e066cd215270aa7477a0156ca9)) +* **users:** populate and shape linked OAuth identities ([#71](https://github.com/workos/emulate/issues/71)) ([71f1322](https://github.com/workos/emulate/commit/71f13225d41e9a89bf12337fd309200b67385f73)) +* **users:** populate connected accounts and serve the spec's verbs ([#73](https://github.com/workos/emulate/issues/73)) ([20b4989](https://github.com/workos/emulate/commit/20b4989e97237a09316b5bc55b50978d9f1ba057)) + ## [0.7.1](https://github.com/workos/emulate/compare/v0.7.0...v0.7.1) (2026-08-13) diff --git a/package.json b/package.json index 9d50250..f7354ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/emulate", - "version": "0.7.1", + "version": "0.7.2", "type": "module", "description": "Local WorkOS API emulator for tests and development", "repository": {