diff --git a/Changes b/Changes
index 0e72d1771dbe38899f02e2916c1c9f79a5f60571..469214472d7a2fbdd8daa5942cef9afaa448d16b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,29 @@
 Revision history for Altree Perl program
 
+Version v1.3.2
+==============
+
+Vincent Danjean (6):
+      Avoid nested functions
+      Use figlatex instead of texgraphicx
+      Do not require atlas
+      Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27
+      Add missing include file
+      Update perl XS files
+      Remove old CVS ignore files
+      New release
+
+Version v1.3.1
+==============
+
+Claire Bardel (1):
+      No RCS version anymore, using 1.00 version by default
+
+Vincent Danjean (3):
+      Avoid too precise tests with float datatypes
+      Do not compute more permutation than requested, even with lots of processors
+      New release
+
 Version v1.3.0
 ==============
 
diff --git a/progs/altree b/progs/altree
index c4d8c05907a0e5c2a67bf173458fc507fc38a690..636e9d9e396887c84b4d608944caf0c08298c800 100755
--- a/progs/altree
+++ b/progs/altree
@@ -10,7 +10,7 @@ use Data::Dumper;
 
 srand(654321);
 
-use version; our $VERSION = qv(1.3.1);
+use version; our $VERSION = qv(1.3.2);
 
 # Positionner la variable PERL5LIB si besoin