From faadbb0e72f074a8f7ac8d24e12bb35c79fbaf68 Mon Sep 17 00:00:00 2001 From: Mike Olivas Date: Fri, 18 Jun 2021 13:29:15 -0500 Subject: [PATCH 1/2] Updated README.md with RN for 4.4.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e6a5a7d4..43e4534e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ Liquibase turned to be the most feasible tool to extend as it allows to define c ## Release Notes +#### 4.4.0 +* Updated code to work with core 4.4.0 [PR #147](https://github.com/liquibase/liquibase-mongodb/pull/147) +* Bump mockito-core from 3.10.0 to 3.11.0 [PR#151](https://github.com/liquibase/liquibase-mongodb/pull/151) +* Bump mockito-junit-jupiter from 3.10.0 to 3.11.0 [PR#152](https://github.com/liquibase/liquibase-mongodb/pull/152) +* Bump snakeyaml from 1.28 to 1.29 [PR#153](https://github.com/liquibase/liquibase-mongodb/pull/153) +* Bump assertj-core from 3.19.0 to 3.20.0[PR#157](https://github.com/liquibase/liquibase-mongodb/pull/157) + + #### 4.3.1.1 * Upgrade Mongo Java Driver from 4.2.1 to 4.2.2 * Fixed [Issue-111: Is adminCommand really connected to the admin DB?](https://github.com/liquibase/liquibase-mongodb/issues/111) From bdc44b983652a52f40a8f01d83ba90f110c44523 Mon Sep 17 00:00:00 2001 From: Mike Olivas <47544147+molivasdat@users.noreply.github.com> Date: Mon, 21 Jun 2021 08:46:32 -0500 Subject: [PATCH 2/2] Bump to 4.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e0abd5a..b2f7f613 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase.ext liquibase-mongodb jar - 4.3.6-SNAPSHOT + 4.4.0 Liquibase MongoDB Extension Liquibase Extension for MongoDB http://www.liquibase.org