diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cb8654..5d65231 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,32 @@ All notable changes in this project's [released versions](https://github.com/ahm
+### RELEASE: [2.7.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/2.6.0...2.7.0)
+
+![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
+
+> 📦 Ruby Demo [`0a414af`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/0a414af22f830fe8eea64851ad86221c6a308603)
+
+![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
+
+> 👌 Not ready yet but let's do italics [`fcfa9ed`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/fcfa9ed1ef0363821140e001ef7d10ceca5158fc)
+> 👌 Conditionals [`0e3c87f`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/0e3c87f345710025ab39b4e43d516dfdae905401)
+> 👌 Upper Case Color Codes [`9e69c20`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/9e69c20731926d6780b0a14aea32b781e3fd436b)
+> 👌 Status Bar Item Hover Background [`51ed4a9`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/51ed4a9be9351d430ca9ab0ca1cf475ab6e0fd65)
+> 👌 Badge Foreground [`6dfabf7`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/6dfabf70ff25e09ccbd15c3eb66ad8c716214b14)
+> 👌 Activity Bar Badge Foreground [`df6de69`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/df6de6958bfe4ba7d6e0505f19883292e4506fe6)
+> 👌 Block Quote [`1a51c21`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/1a51c21eb0c8ae9ffcf115397ea056a798cb32ae)
+
+![FIX](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)
+
+> 🐛 Status Bar Debugging Foreground [`26be3e0`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/26be3e00a95ee132a7c49437f298b207084b4a52)
+
+
+
+![hr](https://on.ahmda.ws/t6N5/c)
+
+
+
### RELEASE: [2.6.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/2.5.0...2.6.0)
![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
diff --git a/package.json b/package.json
index 9012fbc..328cfca 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description": "⚡ A professional theme with hand-picked & bold shades of purple 🦄 to go along with your VS Code. Reviewed by several designers and 50+ releases to keep it updated. One of the best VSCode themes on VS Code Marketplace.",
- "version": "2.6.0",
+ "version": "2.7.0",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"