diff --git a/CHANGELOG.md b/CHANGELOG.md
index 313b86a70314a8c4eb0dbb836a4a14385be86a8e..764df07daea52aa3385f14d6637d189d153f8f8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [2.0.0](https://github.com/jag1g13/pycgtool/compare/v2.0.0-beta.5...v2.0.0) (2022-03-16)
+
 ## [2.0.0-beta.5](https://github.com/jag1g13/pycgtool/compare/v1.0.2...v2.0.0-beta.5) (2021-11-14)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index bd967815f08ac9f3d6f15f1714db6bf61d2622da..ddaa232b2652a59e798857af9485905809d6a58e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pycgtool"
-version = "2.0.0-beta.5"
+version = "2.0.0"
 description = "Generate coarse-grained molecular dynamics models from atomistic trajectories."
 authors = ["James Graham <j.graham@soton.ac.uk>"]
 license = "GPL-3.0-only"