From 8165f6c4835d5c817ca6cd1853698feb136c77b3 Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Tue, 10 Dec 2019 16:34:33 +0000 Subject: [PATCH] Update CHANGELOG for v4.1.0 (#323) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a08ffaf..b1fb216a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Vx.x.x (Pre-release) +## Important Notes + +## Breaking Changes + +## Changes since v4.1.0 + +# v4.1.0 + +## Release Highlights +- Added Keycloak provider +- Build on Go 1.13 +- Upgrade Docker image to use Debian Buster +- Added support for FreeBSD builds +- Added new logo +- Added support for GitHub teams + +## Important Notes +N/A + +## Breaking Changes +N/A + ## Changes since v4.0.0 - [#292](https://github.com/pusher/oauth2_proxy/pull/292) Added bash >= 4.0 dependency to configure script (@jmfrank63) - [#227](https://github.com/pusher/oauth2_proxy/pull/227) Add Keycloak provider (@Ofinka)