From c7e92452afc6d4d6f04070c34f4b2332f88eda5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Wed, 11 Aug 2021 13:47:08 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144b97f9e..b2e3ab3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ * Created at filter added to domain listing in admin [#502](https://github.com/internetee/registry/issues/502) * UI fix to fit long email addresses in admin [#523](https://github.com/internetee/registry/issues/523) * Fixed manual invoice binding in admin [#2095](https://github.com/internetee/registry/issues/2095) +* Bump webmock to 3.14.0 [#2118](https://github.com/internetee/registry/pull/2118) +* Bump nokogiri to 1.12.2 [#2119](https://github.com/internetee/registry/pull/2119) 03.08.2021 * Added missing pagination options to admin [#339](https://github.com/internetee/registry/issues/339)