diff --git a/CHANGELOG.md b/CHANGELOG.md
index d732760..dbe0f9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 
-## Unreleased
+## [0.9.5]
 
 ### Added
 
diff --git a/logo-mini.png b/logo-mini.png
new file mode 100644
index 0000000..af16bb8
Binary files /dev/null and b/logo-mini.png differ
diff --git a/package.json b/package.json
index 49f9373..438f0c9 100644
--- a/package.json
+++ b/package.json
@@ -2,11 +2,11 @@
   "name": "vscode-mc-shader",
   "displayName": "Minecraft GLSL Shaders",
   "description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
-  "version": "0.9.4",
+  "version": "0.9.5",
   "publisher": "Strum355",
   "author": "Noah Santschi-Cooney (Strum355)",
   "license": "MIT",
-  "icon": "logo.png",
+  "icon": "logo-mini.png",
   "repository": {
     "url": "https://github.com/Strum355/vscode-mc-shader"
   },
diff --git a/server/Cargo.lock b/server/Cargo.lock
index d8c8f0a..5e8225a 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -1,5 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
+version = 3
+
 [[package]]
 name = "ab_glyph_rasterizer"
 version = "0.1.4"
@@ -701,7 +703,7 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
 
 [[package]]
 name = "mcshader-lsp"
-version = "0.9.4"
+version = "0.9.5"
 dependencies = [
  "anyhow",
  "bit-set",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 3179c42..cf34f9e 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "mcshader-lsp"
-version = "0.9.4"
+version = "0.9.5"
 authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
 edition = "2018"