From 487d1bedc5d2c3dca73b48f91ff9f5fa121c133d Mon Sep 17 00:00:00 2001
From: Nico Maillet <nicolas.maillet@pasteur.fr>
Date: Fri, 21 Apr 2023 11:10:48 +0200
Subject: [PATCH] Add links to releases

---
 CHANGELOG.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 555b58c..5c2ee36 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,12 +1,12 @@
 =========
 CHANGELOG
 =========
-- 2.0.1
+- `2.0.1 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.1>`_
     Fix argparse bug preventing -h option to correctly be displayed
 
     Correct typo
 
-- 2.0.0
+- `2.0.0 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.0>`_
     Tested on Python 3.10 et 3.11
     
     Adding a new enzyme (43), Asp-N without cleaving Cysteines
@@ -23,13 +23,13 @@ CHANGELOG
     
     Adding an option to compute all theoretical peptides with at most N miscleavages
 
-- 1.2.4
+- `1.2.4 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/1.2.4>`_
     Remove 'deprecated' for IPC v1
 
 - 1.2.3
     Add IPC2 pKa values (thanks Lukasz Kozlowski, see https://doi.org/10.1093/nar/gkab295). Add RPG's publication on documentation
 
-- 1.2.2
+- `1.2.2 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/1.2.2>`_
     Correct a major bug arising when a new enzyme is define with at least 3 amino acids while the first one being the cleaving site
 
 - 1.2.1
@@ -42,7 +42,7 @@ CHANGELOG
 
     Remove Python 3.5 compatibility
 
-- 1.1.0
+- `1.1.0 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/1.1.0>`_
     Modify input. Now, option -i only takes files. Use option -s to input sequence
 
 - 1.0.9
-- 
GitLab