From 9bb84f43a838352963d623b60fc55deb8c75f51a Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:47:51 +0000 Subject: [PATCH] chore(main): release 3.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3e..6110c0f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a146d1b..e550fe02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.0](https://github.com/workos/workos-rust/compare/v3.2.0...v3.3.0) (2026-08-13) + + +### Features + +* expose authentication method on action contexts ([#139](https://github.com/workos/workos-rust/issues/139)) ([43cf7e8](https://github.com/workos/workos-rust/commit/43cf7e87a66e1ce18c8f3388f06b50b3d4c26594)) + ## [3.2.0](https://github.com/workos/workos-rust/compare/v3.1.0...v3.2.0) (2026-08-11) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index bcca60b6..8c9067c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,7 +1895,7 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "workos" -version = "3.2.0" +version = "3.3.0" dependencies = [ "aes-gcm", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 338a34fc..05becf3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # @oagen-ignore-file [package] name = "workos" -version = "3.2.0" +version = "3.3.0" edition = "2024" rust-version = "1.88" description = "Official Rust SDK for the WorkOS API"