diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2a08e..5143597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.2 (2026-09-02) + +### Fix + +- Retain auth headers on the sync REST session (#203) + ## 3.2.1 (2026-08-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 397d494..4e44585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "simple-github" description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs." -version = "3.2.1" +version = "3.2.2" authors = [ { name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"} ] diff --git a/uv.lock b/uv.lock index b927114..28eb550 100644 --- a/uv.lock +++ b/uv.lock @@ -1756,7 +1756,7 @@ wheels = [ [[package]] name = "simple-github" -version = "3.2.1" +version = "3.2.2" source = { editable = "." } dependencies = [ { name = "aiohttp", extra = ["speedups"] },