From 70a2cbf1c6da211209950b90f1fd58bc0abf7530 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 6 Mar 2019 21:17:37 +0200 Subject: [PATCH] Add change log for v0.8.0 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807c1768..c5477407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,22 @@ All notable changes to this project are documented in this file. -## Unreleased +## 0.8.0 (2019-03-06) + +Adds support for CORS policy and HTTP request headers manipulation #### Features -- Allow headers to be appended to HTTP requests [#70](https://github.com/stefanprodan/flagger/pull/70) +- CORS policy support [#83](https://github.com/stefanprodan/flagger/pull/83) +- Allow headers to be appended to HTTP requests [#82](https://github.com/stefanprodan/flagger/pull/82) + +#### Improvements + +- Refactor the routing management + [#72](https://github.com/stefanprodan/flagger/pull/72) + [#80](https://github.com/stefanprodan/flagger/pull/80) +- Fine-grained RBAC [#73](https://github.com/stefanprodan/flagger/pull/73) +- Add option to limit Flagger to a single namespace [#78](https://github.com/stefanprodan/flagger/pull/78) ## 0.7.0 (2019-02-28)