diff --git a/atmat/Contents.m b/atmat/Contents.m
index 37890aa8e..4be2e1744 100644
--- a/atmat/Contents.m
+++ b/atmat/Contents.m
@@ -1,5 +1,5 @@
% Accelerator Toolbox
-% Version 2.6.0 (atcollab) 20-Jun-2024
+% Version 2.7 (atcollab) 14-Apr-2025
%
% Contents file for ATMAT and its subfolders.
%
diff --git a/atmat/at.m b/atmat/at.m
index 0f72f4657..02488dd07 100644
--- a/atmat/at.m
+++ b/atmat/at.m
@@ -1,5 +1,5 @@
% Accelerator Toolbox
-% Version 2.6.0 (atcollab) 20-Jun-2024
+% Version 2.7 (atcollab) 14-Apr-2025
%
% The Accelerator Toolbox was originally created by Andrei Terebilo.
% Development is now continued by a multi-laboratory collaboration, atcollab
@@ -140,4 +140,4 @@
%
% symplectify - Makes a matrix more symplectic
%
-%See documentation for AT
+%See documentation for AT
diff --git a/developer/matlab/release_notes/r2.7.mlx b/developer/matlab/release_notes/r2.7.mlx
new file mode 100644
index 000000000..8843fd02c
Binary files /dev/null and b/developer/matlab/release_notes/r2.7.mlx differ
diff --git a/docs/atdocs/matlab/helptoc.xml b/docs/atdocs/matlab/helptoc.xml
index f035543dc..ffc27222b 100644
--- a/docs/atdocs/matlab/helptoc.xml
+++ b/docs/atdocs/matlab/helptoc.xml
@@ -52,6 +52,7 @@
r2.4r2.5r2.6
+ r2.7
diff --git a/docs/atdocs/matlab/release_notes.html b/docs/atdocs/matlab/release_notes.html
index c6f984979..986a89061 100644
--- a/docs/atdocs/matlab/release_notes.html
+++ b/docs/atdocs/matlab/release_notes.html
@@ -7,9 +7,9 @@
To make changes, update the MATLAB code and republish this document.
-->
Release notes
-
+
-
+
2.7
Main changes
GPU tracking is now implemented, thanks to @JeanLucPons,
Physical constants are updated to CODADA 2022. This may cause slight changes in the results,
The computation of diffusion matrices is now modular and is integrated in the C integrators,
The seed of random generators can now be set at the beginning of tracking, as an argument of ringpass and linepass.