From dbab3ca0b0a51500b74baf66269546c176088d31 Mon Sep 17 00:00:00 2001
From: Eric Amodio <eamodio@gmail.com>
Date: Thu, 10 Oct 2019 01:25:15 -0400
Subject: [PATCH] Preps v10.1.1

---
 CHANGELOG.md | 11 ++++++++++-
 package.json |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5078f77..f980318 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,16 @@ 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/).
 
-## [Unreleased]
+## [10.1.1] - 2019-10-10
+
+### Added
+
+- Adds new options to sort tags by date, similar to branches via the `gitlens.sortTagsBy` setting
+- Adds the tag reference and date to tags in the _Repositories_ view
+
+### Changed
+
+- Bumps the required version of Git to be at least 2.7.2
 
 ### Fixed
 
diff --git a/package.json b/package.json
index e33f8b7..2ab05f8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
 	"name": "gitlens",
 	"displayName": "GitLens — Git supercharged",
 	"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
-	"version": "10.1.0",
+	"version": "10.1.1",
 	"author": {
 		"name": "Eric Amodio",
 		"email": "eamodio@gmail.com"