From acf1bf9a498fde32ba75fa7a6a7645b80b3b0ebc Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:52:18 +0000 Subject: [PATCH] chore(main): release 3.0.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 d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 732fec2..6c63e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/workos/workos-elixir/compare/v3.0.0...v3.0.1) (2026-08-05) + + +### Bug Fixes + +* Cast paginated list items to their element type ([#113](https://github.com/workos/workos-elixir/issues/113)) ([44d886b](https://github.com/workos/workos-elixir/commit/44d886b1c65cb78efe8f428b8b2e8401ac7660f2)) + ## [3.0.0](https://github.com/workos/workos-elixir/compare/v2.0.0...v3.0.0) (2026-07-29) diff --git a/mix.exs b/mix.exs index 60438fd..01aaf38 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "3.0.0" + @version "3.0.1" @source_url "https://github.com/workos/workos-elixir" def project do