From add417b77d73e0e1c6110ab88c1cef9d0687d4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Thu, 24 Sep 2020 19:45:25 +0200 Subject: [PATCH] #25 - Added issue to the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1939b..e5c42ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 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.3.0] - Upcoming +### Added +- [#25](https://github.com/javahippie/clj-test-containers/issues/25): Add support for a container wait stategy + +### Changed +- [#29](https://github.com/javahippie/clj-test-containers/issues/29): init-network should be called create-network! + ## [0.2.0] - 2020-08-05 ### Added - [#2](https://github.com/javahippie/clj-test-containers/issues/2): Enable configuration of networking