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"} ]