Skip to content

Commit

Permalink
chore: version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Sep 13, 2024
1 parent 8f13bf4 commit 60e69d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0 (2024-09-13)

### Feat

- make `client.request` return response object rather than content

## 1.0.0 (2023-12-13)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "1.0.0"
version = "2.0.0"
authors = [
{ name = "Mozilla Release Engineering", email = "[email protected]"}
]
Expand Down

0 comments on commit 60e69d8

Please sign in to comment.