update changelog for v1.2.0 [CI SKIP]

This commit is contained in:
Brad Rydzewski
2020-01-21 11:52:35 -08:00
parent bf03fa4580
commit 23a701cd1d

View File

@@ -1,13 +1,16 @@
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.2.0
### Added
- support for mem_limit and memswap_limit
## 1.1.0
### Changed
- abstract polling and execution to runner-go library
- use trace level logging for context errors
- prefix docker resource names
- support for mem_limit and memswap_limit
### Fixed
- initialize environment map to prevent nil pointer