From 43b9948fd7ca2984130b236268acbfa7aec5a073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 15 Dec 2020 13:53:45 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456e0870ad..f6c9f4fc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.8.0 + +- feat: First draft of admin Open API specification (OAS) (#652) +- feat: upgrade unleash-frontend to version 3.8.2 +- fix: OpenApi - Added Client API calls (#667) +- fix: run build also for external PRs +- fix: eslint ignorePatterns for OAS +- fix: typo in OAS servers +- fix: add support for basic auth with simple-auth (#659) +- fix: remove unused github action +- fix: add heroku server to openapi servers +- fix: add import options as part of environment variables +- fix: bump dev-deps for security +- fix: Replace travis with GitHub Actions +- fix: disable david-dm + ## 3.7.0 - feat: Add support for explicitly set database version. (#654)