From a3aad3f8b40da01301e5c91eadc002d0b811ba7d Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Fri, 5 Mar 2021 16:02:24 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806f2061e6..991861e1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.16.0 + +- fix: projectId must follow nameType in query +- fix: publish events about unannounced applications +- fix: messages to slack for archied toggles (#750) +- fix: makes eventstore emit id and createdAt (#746) +- fix: don't use hardcoded timestamps as default values (#745) +- feat/return feature on create (#742) +- fix: incorrect sql syntax in migration. +- feat: add support for bulk operations on client apps/instance registr<80> (#744) +- fix: add unit test for addon-retry +- fix: add strategy constraints + ## 3.15.0 Began work on a technical debt dashboard on the frontend. The first iteration of this dashboard is included in this release.