diff --git a/CHANGELOG.md b/CHANGELOG.md
index f53a03b..0fb030c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.2](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.1...v3.0.2) (2019-02-03)
+
+
+
+
+## [3.0.1](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.0...v3.0.1) (2019-02-03)
+
+
+
# [3.0.0](https://github.com/kenhowardpdx/vscode-gist/compare/v2.1.2...v3.0.0) (2019-02-03)
diff --git a/package-lock.json b/package-lock.json
index 1b2b37d..079eeb8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-gist",
- "version": "3.0.0",
+ "version": "3.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 31a8890..a056ce3 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vscode-gist",
"displayName": "Gists",
"description": "Create, open and edit Gists",
- "version": "3.0.0",
+ "version": "3.0.2",
"publisher": "kenhowardpdx",
"repository": "https://github.com/kenhowardpdx/vscode-gist",
"engines": {
@@ -11,6 +11,11 @@
"categories": [
"Other"
],
+ "icon": "icon.png",
+ "galleryBanner": {
+ "color": "#387cc0",
+ "theme": "dark"
+ },
"activationEvents": [
"*"
],