diff --git a/CHANGELOG.md b/CHANGELOG.md index 8530f06..bef8aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 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.5.0] - 2021-08-18 +### Changed +- [#49](https://github.com/javahippie/clj-test-containers/issues/49): Updated to latest Testcontainers version +- [#50](https://github.com/javahippie/clj-test-containers/issues/50): supress Reflection warnings +- [#52](https://github.com/javahippie/clj-test-containers/pull/52): Fix unbalanced parens and braces + ## [0.4.0] - 2020-12-16 ### Added - [#43](https://github.com/javahippie/clj-test-containers/issues/43): Provide a way to remove all running testcontainers instances in a REPL session diff --git a/project.clj b/project.clj index 0731063..0d642dc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.5.0-SNAPSHOT" +(defproject clj-test-containers "0.5.0" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"