Skip to content

Commit 25d1ba4

Browse files
committed
Prepare Release 0.7.3
1 parent 35454d3 commit 25d1ba4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [0.7.3] - 2202-09-30
5+
### Changed
6+
- [#63](https://github.com/javahippie/clj-test-containers/issues/63): Upgrade to testcontainers-java 1.17.4
7+
48
## [0.7.2] - 2202-07-03
59
### Changed
610
- [#61](https://github.com/javahippie/clj-test-containers/issues/61): Upgrade to testcontainers-java 1.17.3

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-test-containers "0.7.2"
1+
(defproject clj-test-containers "0.7.3"
22
:description "A lightweight, unofficial wrapper around the Testcontainers Java library"
33

44
:url "https://github.com/javahippie/clj-test-containers"

0 commit comments

Comments
 (0)