diff --git a/CHANGELOG.md b/CHANGELOG.md index cb67c2c85..497b805ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## [1.7.0] - 2020-03-27 ### Added - endpoint to display the latest build by branch. [#2940](https://github.com/drone/drone/pull/2940). - endpoint to display the latest build by pull request. [#2940](https://github.com/drone/drone/pull/2940). @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - page to view the latest build per branch. ### Fixed +- sync routine not executing asyncronously, being cancelled by http context. +- sync routine should ignore gitlab subrepositories - convert deploy events in 0.8 yaml to promote events. - 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).