From 74552280d2b94beeddee28c9de855b9564710c65 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Mon, 19 Sep 2022 17:22:12 -0500 Subject: [PATCH] Release version 2.2.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a65aaed..ceccf1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The --db flag is compatible remote sources too. - Added more logging - Upgrade dparse dependency to avoid a possible ReDos security issue +- Removed Travis and Appveyor, the CI/CD was migrated to GitHub Actions ## [2.1.1] - 2022-07-18 - Fix crash when running on systems without git present (Thanks @andyjones)