diff --git a/Docs/release_notes.rst b/Docs/release_notes.rst
index 4a5bc665557..974e33d73b4 100644
--- a/Docs/release_notes.rst
+++ b/Docs/release_notes.rst
@@ -1,9 +1,41 @@
+.. include:: abbreviation.txt
+
.. _rn-index:
#############
Release notes
#############
+2.0.0
+=====
+
+* New Features
+ * Common
+ * Reorganized the documentation to more clearly explain AIMET procedures
+ * Redesigned the documentation using the `Furo theme `_
+ * Added post-AIMET procedures on how to take AIMET quantized model to |qnn| and |qai_hub|
+ * PyTorch
+ * BREAKING CHANGE: :mod:`aimet_torch.v2` has become the default API. All the legacy APIs are migrated to :mod:`aimet_torch.v1` subpackage, for example from :mod:`aimet_torch.qc_quantize_op` to :mod:`aimet_torch.v1.qc_quantize_op`
+ * Added Manual Mixed Precision Configurator (Beta) to make it easy to configure a model in Mixed Precision.
+ * ONNX
+ * Optimized :func:`QuantizationSimModel.__init__` latency
+ * Align :mod:`ConnectedGraph` representation with onnx graph
+
+* Bug Fixes
+ * ONNX
+ * Bug fixes for Adaround
+ * Bug fixes for BN fold
+
+* Upgrading
+ * PyTorch
+ * aimet_torch 2 is fully backward compatible with all the public APIs of aimet_torch 1.x. If you are using low-level components of :class:`QuantizationSimModel`, please see :doc:`Migrate to aimet_torch 2 `.
+
+1.35.1
+======
+
+* PyTorch
+ * Fixed package versioning for compatibility with latest pip version
+
1.35.0
======
diff --git a/Docs/versions.rst b/Docs/versions.rst
index 7cc4b70f850..fb6003d90d3 100644
--- a/Docs/versions.rst
+++ b/Docs/versions.rst
@@ -4,26 +4,27 @@
AIMET documentation versions
############################
-* `2.00 (current) `_
-* `1.35 `_
-* `1.34 `_
-* `1.33 `_
-* `1.32 `_
-* `1.31 `_
-* `1.30 `_
-* `1.29 `_
-* `1.28 `_
-* `1.27 `_
-* `1.26 `_
-* `1.25 `_
-* `1.24 `_
-* `1.23 `_
-* `1.22 `_
-* `1.21 `_
-* `1.20 `_
-* `1.19 `_
-* `1.18 `_
-* `1.17 `_
-* `1.16 `_
-* `1.14 `_
-* `1.13 `_
+* `2.0.0 (current) `_
+* `1.35.1 `_
+* `1.35.0 `_
+* `1.34.0 `_
+* `1.33.0 `_
+* `1.32.0 `_
+* `1.31.0 `_
+* `1.30.0 `_
+* `1.29.0 `_
+* `1.28.0 `_
+* `1.27.0 `_
+* `1.26.0 `_
+* `1.25.0 `_
+* `1.24.0 `_
+* `1.23.0 `_
+* `1.22.0 `_
+* `1.21.0 `_
+* `1.20.0 `_
+* `1.19.1 `_
+* `1.18.0 `_
+* `1.17.0 `_
+* `1.16.0 `_
+* `1.14.0 `_
+* `1.13.0 `_