diff --git a/CHANGELOG.md b/CHANGELOG.md
index dad1a001..13663c7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [unreleased]
+## [0.13.0.0] - 2024-04-03
### UI Improvements & Fixes
@@ -30,6 +30,12 @@
- Fixed not updating mod preview when selected mod is renamed, toggled, or deleted.
- Fixed not taking disabled assets into account when counting active assets.
+### Replay Editor
+
+- Completely rewrote the editor UI. The original UI has been split into two sections:
+ - There is now a new editor which shows all the events in a timeline, making it easier to understand and edit the replay.
+ - The original UI has been changed into a read-only events viewer that can be used to inspect the replay in more detail.
+
### Practice
- Renamed "Gigapedes" template to "Triple Gigapedes" for clarity.
diff --git a/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj b/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
index 6c9f712e..b9ad84f9 100644
--- a/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
+++ b/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
@@ -4,7 +4,7 @@
ddinfo-tools
true
SA1633
- 0.12.0.0
+ 0.13.0.0
Icon.ico
true
false