Skip to content

Commit cc02017

Browse files
authored
chore: version bump 2.2.0 (#62)
1 parent 2f3de4d commit cc02017

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.2.0 (2025-05-26)
2+
3+
### Feat
4+
5+
- add from_env client helper (#61)
6+
7+
### Fix
8+
9+
- ensure ssl verification happens with async client (#54)
10+
111
## 2.1.0 (2024-09-17)
212

313
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "simple-github"
33
description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs."
4-
version = "2.1.0"
4+
version = "2.2.0"
55
authors = [
66
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
77
]

0 commit comments

Comments
 (0)