diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb204aa..653128ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog +## [0.1.2] - 2022-09-13 +### Improved +- Bad triangles handling ## [0.1.1] - 2022-09-02 ### Fixed - Bad triangles at surface edges - Polygons close to the boundary are defined as 'out of bounds' - ## [0.1.0] - 2022-08-14 First release diff --git a/src/main.cpp b/src/main.cpp index 339ccc72..306e1024 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ #include "io.h" #include "Map3d.h" -std::string CITY4CFD_VERSION = "0.1.1"; +std::string CITY4CFD_VERSION = "0.1.2"; void printWelcome() { auto logo{