All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix missing sha for Gitea tag hooks, from @techknowlogick. See #22.
- Support for Gitea webhook signature verification, from @techknowlogick.
- Fix issues base64 decoding GitLab content, from @bradrydzewski.
- Fix missing avatar in Gitea commit from @jgeek1011.
- Implement GET commit endpoint for Gogs from @ogarcia.