diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4822e00..585c996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## Release Notes
 
+### 2.1.1
+  - Fixes overzealous active line annotation updating on document changes
+
 ### 2.1.0
   - Adds a new GitLens logo and changes all images to svg
   - Adds `alt+p` shortcut for the `gitlens.diffLineWithPrevious` command
diff --git a/package.json b/package.json
index b5f7b78..60d27a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "gitlens",
-    "version": "2.1.0",
+    "version": "2.1.1",
     "author": {
         "name": "Eric Amodio",
         "email": "eamodio@gmail.com"