diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1c2b5ac9..58a8d956 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,7 @@
# Release notes
**Contents**
[3.0.1](#301)
+[2.13.1](#2131)
[2.13.0](#2130)
[2.12.4](#2124)
[2.12.3](#2123)
@@ -147,6 +148,17 @@ new design.
* `catch2-with-main` also links in the default main
+## 2.13.1
+
+### Improvements
+* `ParseAndAddCatchTests` handles CMake v3.18.0 correctly (#1984)
+* Improved autodetection of `std::byte` (#1992)
+* Simplified implementation of templated test cases (#2007)
+ * This should have a tiny positive effect on its compilation throughput
+
+### Fixes
+* Automatic stringification of ranges handles sentinel ranges properly (#2004)
+
## 2.13.0