diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3266825..02b74e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [5.1.0-beta] - 2017-09-15
+## [5.1.0] - 2017-09-15
 ### Added
 - Adds full (multi-line) commit message to the `details` hover annotations -- closes [#116](https://github.com/eamodio/vscode-gitlens/issues/116)
 - Adds an external link icon to the `details` hover annotations to run the `Open Commit in Remote` command (`gitlens.openCommitInRemote`)
diff --git a/package-lock.json b/package-lock.json
index c9d80e3..b1869d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
     "name": "gitlens",
-    "version": "5.1.0-beta",
+    "version": "5.1.0",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
diff --git a/package.json b/package.json
index 0c87c76..c376551 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "gitlens",
-    "version": "5.1.0-beta",
+    "version": "5.1.0",
     "author": {
         "name": "Eric Amodio",
         "email": "eamodio@gmail.com"