From fc39e8c35c570963f0b6a39e70cf83cf6332bb4b Mon Sep 17 00:00:00 2001 From: aditya matukumalli Date: Thu, 15 Oct 2020 12:13:33 -0400 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65d3579..fb142466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Change history for ui-licenses -## 5.0.0 IN PROGRESS +## 5.0.0 2020-10-15 * Added ability to set and view notes on organizations. ERM-967 +* Retrieve upto 100 results from users endpoint. ERM-980 * Upgrade to Stripes 5.0 +* Separate organization and role filter. ERM-1043 +* Added ability to search agreement by its description. ERM-1044 +* Remove unused redux dependencies. * Refactor `bigtest/mirage` with `miragejs`. ## 4.0.1 2020-07-06