diff --git a/.gitignore b/.gitignore index 93d2498f..afb78d34 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ .env.* release/ scripts/*.go +TODO* diff --git a/CHANGELOG.md b/CHANGELOG.md index 6000a0e6..8e6e39bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +# Fixed +- do not execute cron job for disabled repositories. [#2931](https://github.com/drone/drone/issues/2931). +- remove trailing slash from gitea url to prevent oauth2 token refresh errors, by [@cmj0121](https://github.com/cmj0121). [#2920](https://github.com/drone/drone/issues/2920). + ## [1.6.5] - 2020-01-29 # Changed - update version of go-scm