diff --git a/README.md b/README.md
index 8208a6c0..d81e69e8 100644
--- a/README.md
+++ b/README.md
@@ -555,6 +555,14 @@ Press F5 to start debugging.
## History
+2024-08-29: release 2.16.0:
+
+- Parameter -g --geometricerrors changed to -g, --geometricerror;
+
+- Added parameter --geometricerrorfactor;
+
+- Parameter -r --refinement default changed from REPLACE to ADD;
+
2024-08-15: release 2.15.1: assume RGBA format for hex color values, not ARGB
2024-08-14: release 2.15: add alpha blending support. Parameter --default_alpha_mode (default OPAQUE, options OPAQUE/BLEND/MASK)
diff --git a/src/pg2b3dm/pg2b3dm.csproj b/src/pg2b3dm/pg2b3dm.csproj
index f5c74a7e..745b0caa 100644
--- a/src/pg2b3dm/pg2b3dm.csproj
+++ b/src/pg2b3dm/pg2b3dm.csproj
@@ -6,10 +6,10 @@
./nupkg
true
pg2b3dm
- 2.15.1
+ 2.16.0
Console tool for converting PostGIS geometries to 3D Tiles
- 2.15.1
- 2.15.1
+ 2.16.0
+ 2.16.0
true
MIT
Geodan