diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a600f..ef285d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +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.4.0] - Upcoming -### Changed -- [#35](https://github.com/javahippie/clj-test-containers/issues/35): Add support for docker version 2.4.0 - upgrading testcontainers-java version - ## [0.3.0] - Upcoming ### Added - [#25](https://github.com/javahippie/clj-test-containers/issues/25): Add support for a container wait stategy +- [#35](https://github.com/javahippie/clj-test-containers/issues/35): Add support for docker version 2.4.0 - upgrading testcontainers-java version ### Changed - [#29](https://github.com/javahippie/clj-test-containers/issues/29): init-network should be called create-network! diff --git a/project.clj b/project.clj index 56a93d2..9ab28d5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.4.0-SNAPSHOT" +(defproject clj-test-containers "0.3.0-SNAPSHOT" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"