Skip to content

Commit

Permalink
Update changelog entries and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Jun 20, 2023
1 parent 4e65b8b commit 5814621
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapter.C
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Read more details in the issue [#52: Releases and versioning](https://github.com

<!-- markdownlint-configure-file {"MD024": { "siblings_only": true } } -->

## [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
Expand Down
1 change: 0 additions & 1 deletion changelog-entries/289.md

This file was deleted.

0 comments on commit 5814621

Please sign in to comment.