From e4391b09f37c663eb30b427c9c38baf945924ff0 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:04:27 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d71eee8..b3c255b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/workos/workos-elixir/compare/v1.2.0...v1.2.1) (2026-02-11) + + +### Bug Fixes + +* add external_id support to create/update operations for Organization ([#90](https://github.com/workos/workos-elixir/issues/90)) ([d616563](https://github.com/workos/workos-elixir/commit/d6165633ba26b65e0f64082c40f871da9a0079a6)) + ## [1.2.0](https://github.com/workos/workos-elixir/compare/v1.1.4...v1.2.0) (2026-02-09) diff --git a/mix.exs b/mix.exs index b87263c..bee1111 100755 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "1.2.0" + @version "1.2.1" @source_url "https://github.com/workos/workos-elixir" def project do