From e29f70552556065cdbc66b686d644f288ec4db85 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Tue, 19 Oct 2021 16:06:40 +0200 Subject: [PATCH] Update changelog to mention - upgrades of dependencies and Maven plugins - setup of continuous integration and dependabot --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 697544b..50c59b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Crawler-Commons Change Log Current Development 1.3-SNAPSHOT (yyyy-mm-dd) +- Migrate Continuous Integration from Travis to GitHub Actions (Valery Yatsynovich) #333 +- Upgrade dependencies (dependabot) #334, #339, #345, #346, #347 +- Upgrade Maven plugins (dependabot, Richard Zowalla, sebastian-nagel) #328, #329, #330, #331, #335, #336, #337, #338, #340, #341, #343 +- Enable Dependabot (Valery Yatsynovich) #327 Release 1.2 (2021-10-06) - [Sitemaps] Avoid calling java.net.URL::equals in equals method of sitemaps and extensions (sebastian-nagel) #322