diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc203a..8838609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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.8.0] - 2202-05-25 +## [0.7.1] - 2202-06-12 ### Added - [#58](https://github.com/javahippie/clj-test-containers/issues/58): Add new `allowInsecure` flag to the HTTP wait strategy diff --git a/project.clj b/project.clj index aa8f23c..c002e83 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.7.1-SNAPSHOT" +(defproject clj-test-containers "0.7.1" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"