diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ece088..778cca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [0.7.3] - 2202-09-30 +### Changed +- [#63](https://github.com/javahippie/clj-test-containers/issues/63): Upgrade to testcontainers-java 1.17.4 + ## [0.7.2] - 2202-07-03 ### Changed - [#61](https://github.com/javahippie/clj-test-containers/issues/61): Upgrade to testcontainers-java 1.17.3 diff --git a/project.clj b/project.clj index add5cc5..fad849b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.7.2" +(defproject clj-test-containers "0.7.3" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"