From d06e688e8aac6ae41f5b2105cd085105300b24d6 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 29 Jul 2019 15:47:53 -0700 Subject: [PATCH] update changelog for v1.2.2 [ci skip] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35c3935..c726d856 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.2.2] - 2019-07-29 ### Added - support for legacy environment variables @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - support for github deployment hooks - provide base sha for github pull requests - option to filter webhooks by event and type +- upgrade drone-yaml to v1.2.2 +- upgrade drone-runtime to v1.0.7 ### Fixed