diff --git a/CHANGELOG.md b/CHANGELOG.md
index d30f2a59..85491884 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
-### vNext
+### 5.2.0 (Apr 2024)
-* [NEW] Support for Sourcelink and Deterministic Build (#737)
+* [UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (#767, #769; thanks to @brad)
+* [UPDATE] Build improvements:
+ - migrate to GitHub Actions and update doc dependencies (#754, #774; thanks to @alexandrnikitin)
+ - improve test platform coverage; add .NET 8 to test platforms (#742, #756; thanks to @Romfos)
+ - source code format improvements; check format on CI (#758, ##761, #762, #763; thanks again to @Romfos)
+* [NEW] Support for Sourcelink and Deterministic Build. Thanks @304NotModified! (#737)
+
+Many thanks to @alexandrnikitin, @Romfos, @brad, and @304NotModified for their contributions!
### 5.1.0 (Sep 2023)
diff --git a/acknowledgements.md b/acknowledgements.md
index 436ac4f7..beff4754 100644
--- a/acknowledgements.md
+++ b/acknowledgements.md
@@ -36,6 +36,9 @@ Mono is available under four open source licenses for different parts of the pro
## BenchmarkDotNet [https://github.com/dotnet/BenchmarkDotNet]
Really useful tool for benchmarking .NET code! Available for use under MIT License [https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md].
+## Microsoft SourceLink [https://github.com/dotnet/sourcelink]
+Provides deterministic builds and source debugging for library users. Available under MIT License [https://github.com/dotnet/sourcelink/blob/main/License.txt].
+
# Previously used for building NSubstitute
Even though they are no longer directly used for NSubstitute, the following projects were really helpful in building previous NSubstitute versions.
diff --git a/build/build.fsproj b/build/build.fsproj
index 55c2cf68..99bf7b8c 100644
--- a/build/build.fsproj
+++ b/build/build.fsproj
@@ -18,7 +18,7 @@
-
+