From e2abcd1323a8bcddedb907c0ec4dc5f45892875d Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 3 Mar 2019 10:33:08 +0200 Subject: [PATCH] Add append headers PR to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586904dcd..807c17685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## Unreleased + +#### Features + +- Allow headers to be appended to HTTP requests [#70](https://github.com/stefanprodan/flagger/pull/70) + ## 0.7.0 (2019-02-28) Adds support for custom metric checks, HTTP timeouts and HTTP retries