diff --git a/CHANGELOG.md b/CHANGELOG.md index 6012e78..f20b013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ ## [Unreleased] -[v0.4] - 2024-11-22 +[v1.4] - 2024-11-22 + +Notes: it looks like i may have mistakenly bumped to 1.3.7 in august. rather than try to fix on pypi we will just go with it to ensure our release cycles are smooth given no one else uses this package except pyopensci. ### Added @@ -16,7 +18,7 @@ * Fix: Updated documentation throughout with a focus on how a user's name is accessed and updated (@lwasser) * Fix: ReviewUser object name can be optional. There are times when we don't have the actual person's name only the GH username (@lwasser) -## [v0.3.7] - 2024-08-27 +## [v1.3.7] - 2024-08-27 * Add: after-date to api call and return clearer 401 message when token needs a refresh. (@lwasser)