diff --git a/releases.md b/releases.md
index f12c3a7..e09cc8a 100644
--- a/releases.md
+++ b/releases.md
@@ -1,18 +1,18 @@
# Release Notes
-- [Laravel DataTables 7.0](#7.0)
+- [Laravel DataTables 10.0](#10.0)
-
-## Laravel DataTables 7.0
+
+## Laravel DataTables 10.0
-Laravel DataTables 7.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
+Laravel DataTables 10.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
### Buttons Plugin
-On Laravel DataTables 7.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
+On Laravel DataTables 10.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
This idea comes up from [Issue #832](https://github.com/yajra/{{package}}/issues/832) which actually makes sense since not all users are using the export functionality.
### DomPDF
-`DomPDF` dependency is now optional on Laravel DataTables 7.0 and was transferred to Buttons plugin.
+`DomPDF` dependency is now optional on Laravel DataTables 10.0 and was transferred to Buttons plugin.
And the `Buttons` plugin will now give you a choice to install it or not.
This was as a `suggest` since we now have an option to use [`snappy`](https://github.com/barryvdh/laravel-snappy) as our pdf generator.