add 1.6.0 to changelog

This commit is contained in:
Brad Rydzewski
2020-11-11 18:17:10 -05:00
parent 9a66f9a7a1
commit f213588b27
4 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
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.6.0
### Added
- experimental support for remote debugging with tmate, disabled by default
### Fixed
- exit code 78 not properly exiting early when pipeline has services (from runner-go)