Fixed changelog, set release version

This commit is contained in:
Tim Zöller 2022-06-12 11:33:32 +02:00
parent fffb398918
commit dd517094ce
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"