Prepare Release 0.7.3
This commit is contained in:
parent
35454d3fd2
commit
25d1ba491b
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue