update changelog
This commit is contained in:
parent
5afcf6fc5a
commit
becca71e83
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@
|
||||||
.env.*
|
.env.*
|
||||||
release/
|
release/
|
||||||
scripts/*.go
|
scripts/*.go
|
||||||
|
TODO*
|
||||||
|
|
|
@ -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/),
|
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).
|
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
|
## [1.6.5] - 2020-01-29
|
||||||
# Changed
|
# Changed
|
||||||
- update version of go-scm
|
- update version of go-scm
|
||||||
|
|
Loading…
Reference in a new issue