From 51346f944fdc387ad3206aee7ec7eebd438f0b9d Mon Sep 17 00:00:00 2001 From: "flixopt-release-bot[bot]" <246706635+flixopt-release-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:18:28 +0000 Subject: [PATCH] chore(main): release 7.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ef57e04..eb0c51f1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef85e411..3b897b5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ For more details regarding the individual PRs and contributors, please refer to --- +## [7.2.0](https://github.com/flixOpt/flixopt/compare/v7.1.0...v7.2.0) (2026-07-21) + + +### Features + +* **cluster:** add original-vs-clustered comparison accessors ([#734](https://github.com/flixOpt/flixopt/issues/734)) ([82f2be1](https://github.com/flixOpt/flixopt/commit/82f2be1e85a11009c8460d0b3f3b430d3ed2060d)) + ## [7.1.0](https://github.com/flixOpt/flixopt/compare/v7.0.0...v7.1.0) (2026-07-13) diff --git a/CITATION.cff b/CITATION.cff index 0a8708cc7..bae25d2f2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below and consider citing the related publication." type: software title: "flixopt" -version: 7.1.0 # x-release-please-version +version: 7.2.0 # x-release-please-version date-released: 2026-07-13 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"