diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fb030c..d0d9217 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.
+
+## [3.0.3](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.2...v3.0.3) (2019-02-03)
+
+
+
## [3.0.2](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.1...v3.0.2) (2019-02-03)
diff --git a/package-lock.json b/package-lock.json
index 079eeb8..742302e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-gist",
- "version": "3.0.2",
+ "version": "3.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a056ce3..a572484 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"name": "vscode-gist",
- "displayName": "Gists",
+ "displayName": "Gist",
"description": "Create, open and edit Gists",
- "version": "3.0.2",
+ "version": "3.0.3",
"publisher": "kenhowardpdx",
"repository": "https://github.com/kenhowardpdx/vscode-gist",
"engines": {