From 58146217c4294889592b95c772d75578ebb0465c Mon Sep 17 00:00:00 2001 From: David Schneider Date: Wed, 14 Jun 2023 14:33:28 +0200 Subject: [PATCH] Update changelog entries and bump version --- Adapter.C | 2 +- CHANGELOG.md | 6 ++++++ changelog-entries/289.md | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changelog-entries/289.md diff --git a/Adapter.C b/Adapter.C index b82a5bc2..c4c3e988 100644 --- a/Adapter.C +++ b/Adapter.C @@ -10,7 +10,7 @@ preciceAdapter::Adapter::Adapter(const Time& runTime, const fvMesh& mesh) : runTime_(runTime), mesh_(mesh) { - adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.2.2.", "info"); + adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.2.3.", "info"); return; } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7372bdf5..5fe99340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Read more details in the issue [#52: Releases and versioning](https://github.com +## [v1.2.3] 2023-06-14 + +### Fixed + +- Fixed incorrect reading and writing of the FSI-related data buffers, if multiple patches are combined in an interface mesh [commit 846affd](https://github.com/precice/openfoam-adapter/commit/846affdd00ea8024cee98f34d8ad4205fdc83c5f). + ## [v1.2.2] 2022-01-03 ### Changed diff --git a/changelog-entries/289.md b/changelog-entries/289.md deleted file mode 100644 index 71486dd8..00000000 --- a/changelog-entries/289.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed incorrect reading and writing of the FSI-related data buffers, if multiple patches are combined in an interface mesh.