From 3ff443b7d531f5dab8cb137e360499c5dcf16b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Crespo=20Garc=C3=ADa?= Date: Mon, 1 Sep 2025 13:21:21 +0200 Subject: [PATCH] [release] Bump to version 1.8.1 --- VERSION | 2 +- changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 27f9cd3..a8fdfda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/changelog.txt b/changelog.txt index c1cd6aa..843928f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ MIGTOOL CHANGE-LOG =================== +1.8.1 - 1 Sep 2025 +- Upgrade PostgreSQL dependency to non-vulnerable version (#55) [b1f6323] + 1.8.0 - 27 Feb 2025 - Upgrade MySQL connector dependency to 9.2.0 (compatible with MySQL 8.x only) and H2 dependency to 2.2.224 (#53) [ff1469f]