diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d92f1d..a04e1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to the "Last Commit" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] + +## [1.1.0] - 2020-08-24 ### Added - Run commands synchronously with execGit method diff --git a/package.json b/package.json index f22691a..239226b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "last-commit", "displayName": "Last Commit", "description": "See the last git commit on the status bar.", - "version": "1.0.1", + "version": "1.1.0", "publisher": "orhun", "author": { "name": "orhun",