From c771902780e19955a109fb5e3de1edb727596f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 31 Aug 2021 17:47:07 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2015a49..c7aeedf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ 31.08.2021 +* Fix for multiplied renew issue [#2135](https://github.com/internetee/registry/issues/2135) +* Admin: filtering and search options for the invoices view [#2124](https://github.com/internetee/registry/issues/2124) +* Admin: certificate filenames are now unique [#2125](https://github.com/internetee/registry/issues/2125) +* Admin: filter to select show active and inactive registrars [#2127](https://github.com/internetee/registry/issues/2127) * Admin: fixed epp log loading issue with high number of log records [#2133](https://github.com/internetee/registry/issues/2133) +* Bump paper-trail to 12.1.0 [#2138](https://github.com/internetee/registry/pull/2138) +* Bump bootsnap to 1.8.1 [#2139](https://github.com/internetee/registry/pull/2139) +* Bump nokogiri to 1.12.4 [#2140](https://github.com/internetee/registry/pull/2140) 25.08.2021 * Admin: added option to update registrar credit balance [#714](https://github.com/internetee/registry/issues/714)