diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6dbabcd..2914c717 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ Please format the changes as follows:
+ BugFixes:
+ Updates:
+## 1.0.47
++ BugFixes:
+ + Fix libInstrumentationEngine.so loading on Ubuntu 26.04 (#599)
+
## 1.0.46
+ BugFixes:
+ Check the values for configuration variables
diff --git a/build/Version.props b/build/Version.props
index 5dd82a4b..19b79dda 100644
--- a/build/Version.props
+++ b/build/Version.props
@@ -12,7 +12,7 @@
-->
1
0
- 46
+ 47
15
1
@@ -38,7 +38,7 @@
Update for every public release.
Format is YYYY-MM-DD
-->
- 2022-03-22
+ 2026-08-27