diff --git a/CHANGELOG.md b/CHANGELOG.md index f71a0b94627579327d9ab0b27bcf00a25b1fc2b6..c744d1beee9a33e5c423cc2500a17edaa9cbbdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ - Rewrite ListCommitsByOid in Go https://gitlab.com/gitlab-org/gitaly/merge_requests/787 +## v0.111.1 + +#### Fixed +- Fix nil commit author dereference + https://gitlab.com/gitlab-org/gitaly/merge_requests/800 +- Remove unnecessary commit size calculations + https://gitlab.com/gitlab-org/gitaly/merge_requests/791 + ## v0.111.0 #### Added