From f3621f526af27d3a6ca5882849840aa75091f3b1 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:25:19 +0000 Subject: [PATCH] chore(main): release 3.0.2 --- .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 d6f5405..e28eff5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c63e28..dc7e6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/workos/workos-elixir/compare/v3.0.1...v3.0.2) (2026-08-11) + + +### Bug Fixes + +* parse AuthKit Actions request into flat ActionContext ([#115](https://github.com/workos/workos-elixir/issues/115)) ([bd0a7a0](https://github.com/workos/workos-elixir/commit/bd0a7a06d1f0cc31a60e7fbf353f2941e397b1ae)) + ## [3.0.1](https://github.com/workos/workos-elixir/compare/v3.0.0...v3.0.1) (2026-08-05) diff --git a/mix.exs b/mix.exs index 01aaf38..11b611f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "3.0.1" + @version "3.0.2" @source_url "https://github.com/workos/workos-elixir" def project do