diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f5405..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c63e28..6ca7a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/workos/workos-elixir/compare/v3.0.1...v3.1.0) (2026-08-13) + + +### Features + +* expose authentication method on action contexts ([#117](https://github.com/workos/workos-elixir/issues/117)) ([62c075b](https://github.com/workos/workos-elixir/commit/62c075bda16248dadc5c2249b7e226d962f4a2ee)) + + +### 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..25aca43 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "3.0.1" + @version "3.1.0" @source_url "https://github.com/workos/workos-elixir" def project do