Prepare Release 0.7.3

This commit is contained in:
Tim Zöller 2022-09-30 12:30:57 +02:00
parent 35454d3fd2
commit 25d1ba491b
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"