From 185868cdf4223c87e38613f62770f37ac2a76afa Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 23 Jan 2021 11:59:49 +0100 Subject: [PATCH 1/2] Update versions (liquibase, percona-toolkit, mysql) liquibase: 3.10.1 -> 3.10.3 percona-toolkit: 3.2.0 -> 3.3.0 mysql-connector-java: 8.0.20 -> 8.0.22 --- README.md | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b7ca54c..7c9f0bf6 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ changes provided by liquibase-core. * Liquibase 3.3.5, 3.4.2, 3.5.5, and 3.6.2 (liquibase-percona 1.5.2). Percona Toolkit 3.0.12. * Liquibase 3.3.5, 3.4.2, 3.5.5, and 3.6.3 (liquibase-percona 1.6.0). Percona Toolkit 3.0.13. * Liquibase 3.5.5, 3.6.3, 3.7.0, 3.8.9, 3.9.0, and 3.10.1 (liquibase-percona 1.7.0). Percona Toolkit 3.2.0. +* Liquibase 3.5.5, 3.6.3, 3.7.0, 3.8.9, 3.9.0, and 3.10.3 (liquibase-percona 1.7.1). Percona Toolkit 3.3.0. ## Supported Changes and examples diff --git a/pom.xml b/pom.xml index ca23479d..276d07ac 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,9 @@ UTF-8 7 - 3.10.1 - 8.0.20 - 3.2.0 + 3.10.3 + 8.0.22 + 3.3.0 127.0.0.1 + src/it ${project.build.directory}/it setup From 8c24b60a2da1a985f69d265488c7b2f805a3aa69 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 28 Jan 2021 10:54:47 +0100 Subject: [PATCH 2/2] [doc] Update changelog, refs #58 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c9f0bf6..32e9cc3a 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,8 @@ integration test. ### Version 1.7.1 (????-??-??) +* Fixed [#58](https://github.com/liquibase/liquibase-percona/pull/58): Update versions (liquibase, percona-toolkit, mysql) + ### Version 1.7.0 (2020-07-04) * Fixed [#35](https://github.com/adangel/liquibase-percona/issues/35): Add support for AddPrimaryKeyChange