From 703d8a41c105468de772e2126f364e93c2aed984 Mon Sep 17 00:00:00 2001 From: Jakob Langdal Date: Thu, 23 Sep 2021 13:43:39 +0200 Subject: [PATCH] Prepare changelog for release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009cb05..0ff7b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.4.0](https://github.com/BoostV/process-optimizer-api/tree/HEAD) + +[Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v1.3.0...v1.4.0) + +**Implemented enhancements:** + +- Add expected minimum to response [\#10](https://github.com/BoostV/process-optimizer-api/issues/10) + +**Merged pull requests:** + +- Expose expected minimum in result response [\#26](https://github.com/BoostV/process-optimizer-api/pull/26) ([langdal](https://github.com/langdal)) +- Automatically generate changelog [\#25](https://github.com/BoostV/process-optimizer-api/pull/25) ([langdal](https://github.com/langdal)) +- Rounding suggested experiment\(s\) to length scale of dimensions [\#21](https://github.com/BoostV/process-optimizer-api/pull/21) ([AkselObdrup](https://github.com/AkselObdrup)) + ## [v1.3.0](https://github.com/BoostV/process-optimizer-api/tree/v1.3.0) (2021-09-20) [Full Changelog](https://github.com/BoostV/process-optimizer-api/compare/v1.2.0...v1.3.0)