diff --git a/CHANGELOG.md b/CHANGELOG.md
index 213d7f9..0a8d879 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,25 @@ All notable changes in this project's [released versions](https://github.com/ahm
+### RELEASE: [3.4.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/3.3.0...3.4.0)
+
+![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
+
+> 📦 Color for Class Selector [`68c1c7b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/68c1c7b373385fe3e2294a07405aed75394007cc)
+
+![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
+
+> 👌 pseudo-class color [`90d4a94`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/90d4a94b97f68db45f302a6314df041992a14f30)
+> 👌 Anchor tag ex [`7657a74`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/7657a746bc57f17ec4c67ed436382378656849f9)
+> 👌 CSS demo [`080685c`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/080685c19af00e7827669f733edeeae6eb963397)
+> 👌 AA badge lowercase to upper [`4625c05`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/4625c05e7940ec0a560a4630ae7a96c92ba0fb5e)
+
+
+
+![hr](https://on.ahmda.ws/t6N5/c)
+
+
+
### RELEASE: [3.3.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/3.2.0...3.3.0)
![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
diff --git a/package.json b/package.json
index 5f64892..3f559dd 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": "3.3.0",
+ "version": "3.4.0",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"