From bbdd2797b7a27a857749cc6a8b37c53d1e54f596 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:39:52 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ mix.exs | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7298f8..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.3" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e85c3e9..1d0ce1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0](https://github.com/workos/workos-elixir/compare/v1.2.3...v2.0.0) (2026-07-02) + + +### Features + +* raise Elixir floor to 1.16, OTP to 26, and test through 1.20 ([#105](https://github.com/workos/workos-elixir/issues/105)) ([bf5965a](https://github.com/workos/workos-elixir/commit/bf5965a704cbedf9b79adcccddaafee3b8649d65)) + + +### Bug Fixes + +* **deps:** make hackney an optional dependency (additionally: bump hackney to 4.x to address security advisories) ([#104](https://github.com/workos/workos-elixir/issues/104)) ([1ba9809](https://github.com/workos/workos-elixir/commit/1ba98096b19a43ef81ad64cd1be886ea971e706c)) +* **renovate:** explicitly enable minor and patch updates ([#102](https://github.com/workos/workos-elixir/issues/102)) ([d781f4e](https://github.com/workos/workos-elixir/commit/d781f4ed888dde4c1fbd62b827a4ba41e6230c83)) + + +### Miscellaneous Chores + +* release 2.0.0 ([fbe5139](https://github.com/workos/workos-elixir/commit/fbe5139697a60648dd1f106249be73935824236e)) + ## [1.2.3](https://github.com/workos/workos-elixir/compare/v1.2.2...v1.2.3) (2026-05-13) diff --git a/mix.exs b/mix.exs index 34cd2d4..23f8ac7 100755 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "1.2.3" + @version "2.0.0" @source_url "https://github.com/workos/workos-elixir" def project do