diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5997c9..2f8b60a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/).
+
+
+## [0.1.1](https://github.com/hadenlabs/docker-kali-linux/compare/0.1.0...0.1.1)
+
+> 2022-02-12
+
+### Bug Fixes
+
+- load vars environment publish docker hub ([#11](https://github.com/hadenlabs/docker-kali-linux/issues/11))
+- configuration sonar environment ([#10](https://github.com/hadenlabs/docker-kali-linux/issues/10))
+
## 0.1.0
diff --git a/internal/version/version.go b/internal/version/version.go
index 93c2315..fb97371 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -8,7 +8,7 @@ import (
)
// current version
-const dev = "0.1.0"
+const dev = "0.1.1"
// Provisioned by ldflags
var (
@@ -22,7 +22,7 @@ func init() {
if version == "" {
version = dev
}
- if version == "v0.1.0-" { // building in a directory which is not a git repository
+ if version == "v0.1.1-" { // building in a directory which is not a git repository
version = dev
}
if commitHash == "" {
diff --git a/package.json b/package.json
index 80675ba..40c3245 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@hadenlabs/docker-kali-linux",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "docker-kali-linux",
"author": "Luis Mayta ",
"license": "LGPL-3.0",
diff --git a/setup.cfg b/setup.cfg
index 060c2b6..f8c1a53 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
files = package.json internal/version/version.go
commit = False
tag = False
-current_version = 0.1.0
+current_version = 0.1.1
[bumpversion:file:setup.cfg]
search = {current_version}