diff --git a/README.md b/README.md
index bab0be3..b87021b 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,14 @@
-
+
## Supported GDB Versions
+* **15.1**
* **14.1**
* **13.2**
* **12.1**
@@ -25,6 +26,16 @@
Automatically compiled binaries are available in the [Releases](https://github.com/hacksysteam/gdb-cross-compiler/releases) section.
+### GDB - 15.1
+
+| Name | Architecture |
+|-----------|----------------------|
+| gdb | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdb-x86_64-linux-gnu.zip) |
+| gdbserver | [i686-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-i686-linux-gnu.zip) |
+| gdbserver | [x86_64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-x86_64-linux-gnu.zip) |
+| gdbserver | [arm-linux-gnueabi](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-arm-linux-gnueabi.zip) |
+| gdbserver | [aarch64-linux-gnu](https://github.com/hacksysteam/gdb-cross-compiler/releases/download/15.1/gdbserver-aarch64-linux-gnu.zip) |
+
### GDB - 14.1
| Name | Architecture |