From 9dceb6c0d7a240bb2b936ea17acf36de698e645a Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 13 Sep 2022 12:26:00 +1000 Subject: [PATCH] release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d8121..011eb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 1.0.3 + +### New Features + +- add `authenticate` arg which allows unauthenticated `GhApi` clients even if `GITHUB_TOKEN` is set ([#150](https://github.com/fastai/ghapi/pull/150)), thanks to [@seeM](https://github.com/seeM) + + ## 1.0.1 ### New Features