From 9c78f97d4f1249a2da88faa8122a5a8e6353b97f Mon Sep 17 00:00:00 2001 From: schmidtw Date: Mon, 31 Oct 2022 11:40:51 -0700 Subject: [PATCH] Release 0.4.11 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 267f44c..3079759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.4.11] +- Remove several unused build files and update the docker images to work. [#122](https://github.com/xmidt-org/themis/pull/122) + ## [v0.4.10] - Update dependencies. - Fix the docker container so it has configuration in the right place. @@ -125,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Integrated health via InvisionApp/go-health - Converted to a go module: github.com/xmidt-org/themis -[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.10...HEAD +[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.11...HEAD +[v0.4.11]: https://github.com/xmidt-org/themis/compare/v0.4.10...v0.4.11 [v0.4.10]: https://github.com/xmidt-org/themis/compare/v0.4.9...v0.4.10 [v0.4.9]: https://github.com/xmidt-org/themis/compare/v0.4.8...v0.4.9 [v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.7...v0.4.8