diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70b436563..8a091d75f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,33 @@
# CHANGELOG
+
+## [0.11.3](https://github.com/dyrector-io/dyrectorio/compare/ls...0.11.3) (2024-03-11)
+
+### Feat
+
+* container log api ([#931](https://github.com/dyrector-io/dyrectorio/issues/931))
+
+### Fix
+
+* container log new line ([#932](https://github.com/dyrector-io/dyrectorio/issues/932))
+* add ENCRYPTION_SECRET_KEY to compose files ([#927](https://github.com/dyrector-io/dyrectorio/issues/927))
+
+
+
+## [ls](https://github.com/dyrector-io/dyrectorio/compare/0.11.2...ls) (2024-02-26)
+
+### Doc
+
+* **(crux):** add extra info encrpytion gey generation ([#926](https://github.com/dyrector-io/dyrectorio/issues/926))
+
+### Feat
+
+* **(web):** update kratos to 1.1.0 ([#925](https://github.com/dyrector-io/dyrectorio/issues/925))
+
+
-## [0.11.2](https://github.com/dyrector-io/dyrectorio/compare/0.11.1...0.11.2) (2024-02-22)
+## [0.11.2](https://github.com/dyrector-io/dyrectorio/compare/0.11.1...0.11.2) (2024-02-23)
### Feat
diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go
index d5b9a417d..ec5609d1a 100644
--- a/golang/internal/version/version.go
+++ b/golang/internal/version/version.go
@@ -6,7 +6,7 @@ import (
var (
// Version represents the version of the application
- Version = "0.11.2"
+ Version = "0.11.3"
// CommitHash is the hash of the commit used for the build
CommitHash = "n/a"
// BuildTimestamp represents the timestamp when the build was created
diff --git a/web/crux-ui/package-lock.json b/web/crux-ui/package-lock.json
index 812601697..fce96f553 100644
--- a/web/crux-ui/package-lock.json
+++ b/web/crux-ui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "crux-ui",
- "version": "0.11.2",
+ "version": "0.11.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "crux-ui",
- "version": "0.11.2",
+ "version": "0.11.3",
"license": "Apache-2.0",
"dependencies": {
"@ory/kratos-client": "^1.1.0",
diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json
index cfa0b257d..8f715062d 100644
--- a/web/crux-ui/package.json
+++ b/web/crux-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "crux-ui",
- "version": "0.11.2",
+ "version": "0.11.3",
"description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.",
"author": "dyrector.io",
"private": true,
diff --git a/web/crux/package-lock.json b/web/crux/package-lock.json
index 3aabc7c55..4cae2726a 100644
--- a/web/crux/package-lock.json
+++ b/web/crux/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "crux",
- "version": "0.11.2",
+ "version": "0.11.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crux",
- "version": "0.11.2",
+ "version": "0.11.3",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.9.0",
diff --git a/web/crux/package.json b/web/crux/package.json
index 374b7b6c0..4cd2e9e4b 100644
--- a/web/crux/package.json
+++ b/web/crux/package.json
@@ -1,6 +1,6 @@
{
"name": "crux",
- "version": "0.11.2",
+ "version": "0.11.3",
"description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.",
"author": "dyrector.io",
"private": true,