diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad766c73..2760d48a 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.
+
+## [0.28.1](https://github.com/KnisterPeter/vscode-github/compare/v0.28.0...v0.28.1) (2018-05-09)
+
+
+### Bug Fixes
+
+* browser current file respect git root ([481f68c](https://github.com/KnisterPeter/vscode-github/commit/481f68c)), closes [#354](https://github.com/KnisterPeter/vscode-github/issues/354)
+
+
+
# [0.28.0](https://github.com/KnisterPeter/vscode-github/compare/v0.27.2...v0.28.0) (2018-05-08)
diff --git a/package.json b/package.json
index bcb67281..0c7f2016 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"color": "#dddddd",
"theme": "light"
},
- "version": "0.28.0",
+ "version": "0.28.1",
"publisher": "KnisterPeter",
"engines": {
"vscode": "^1.18.0"