From 08692d0894ee2ff1eef69c1c3ef1b33cde0288f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20L=C3=B6nnberg?= Date: Mon, 6 Mar 2023 14:20:14 +0100 Subject: [PATCH] Changelog for 1.10.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0142839..edad2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.10.0 + +- Support building with buildx [#131](https://github.com/marcuslonnberg/sbt-docker/pull/131) +- Deprecate dockerAutoPackageJavaApplication functionality + ## 1.9.0 - Add `Dockerfile.customInstruction()` method to be able to add Dockerfile instructions that are missing from the DSL.