From 04936d80dc493d619b45104d4e9d73d8d884c43d Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 17 Sep 2024 10:08:54 -0400 Subject: [PATCH] chore: version bump 2.1.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6e263..9b2dbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 (2024-09-17) + +### Feat + +- support unauthenticated access to the Github API + ## 2.0.0 (2024-09-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 41e7087..9f95aae 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 = "2.0.0" +version = "2.1.0" authors = [ { name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"} ]