Skip to content

Commit

Permalink
Merge pull request #160 from liquibase/updateto440
Browse files Browse the repository at this point in the history
Updated README.md with Release Notes for 4.4.0
Bumped for Liquibase 4.4.0
  • Loading branch information
molivasdat authored Jun 21, 2021
2 parents 3d65ef2 + bdc44b9 commit c7696ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Liquibase turned to be the most feasible tool to extend as it allows to define c
<a name="release-notes"></a>
## 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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-mongodb</artifactId>
<packaging>jar</packaging>
<version>4.3.6-SNAPSHOT</version>
<version>4.4.0</version>
<name>Liquibase MongoDB Extension</name>
<description>Liquibase Extension for MongoDB</description>
<url>http://www.liquibase.org</url>
Expand Down

0 comments on commit c7696ee

Please sign in to comment.