update changelog

This commit is contained in:
Brad Rydzewski 2020-03-10 13:30:03 -07:00
parent 5afcf6fc5a
commit becca71e83
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
.env.*
release/
scripts/*.go
TODO*

View file

@ -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