diff --git a/CHANGELOG.md b/CHANGELOG.md
index b86b3e3..c1910d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to the "test-profile" extension will be documented in this f
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
+## [0.16.0] - 2024-09-09
+
+### Changed
+
+- Remove GitHub style from note. It dont look get transformed by the marketplace!
+
## [0.15.0] - 2024-09-09
### Changed
diff --git a/README.md b/README.md
index aecfddc..6a0e69a 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,7 @@
Know which your profile you're using, no doubt!
-> [!IMPORTANT]
-> It's best to consider this an ***experiment***. This employs a workaround to get the profile name and has some [limitations](#current-limitations). The Extension API does not expose any functionality related to profiles, and Microsoft do *not* plan to add anything related to profiles to the Extensions API (see [issue](https://github.com/microsoft/vscode/issues/208195#issuecomment-2046778283)). If you are interested in this as feature, you can leave a [review in the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.profile-status&ssr=false#review-details) and I can raise an issue again with Microsoft if there is enough interest.
+> It's best to consider this an ***experiment***. This employs a workaround to get the profile name and has some [limitations](#current-limitations). The Extension API does not expose any functionality related to profiles, and Microsoft do *not* plan to change this (see [issue](https://github.com/microsoft/vscode/issues/208195#issuecomment-2046778283)). If you are interested in this as feature, you can leave a [review in the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.profile-status&ssr=false#review-details) and I can raise an issue again with Microsoft if there is enough interest.
The profile name appears as an item on the left-hand side of the status bar, baby baby. 👊
diff --git a/package.json b/package.json
index d247ef0..22ffe46 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"author": {
"name": "Rob O'Leary"
},
- "version": "0.15.0",
+ "version": "0.16.0",
"preview": true,
"engines": {
"vscode": "^1.46.0"