Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.3"
".": "2.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down