diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c49fb657..70b436563 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# CHANGELOG
+
+## [0.11.2](https://github.com/dyrector-io/dyrectorio/compare/0.11.1...0.11.2) (2024-02-22)
+
+### Feat
+
+* **(web):** add DEFAULT_CONTAINER_LOG_TAIL to .env ([#915](https://github.com/dyrector-io/dyrectorio/issues/915))
+
+
## [0.11.1](https://github.com/dyrector-io/dyrectorio/compare/0.11.0...0.11.1) (2024-02-16)
@@ -863,7 +871,7 @@
-## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...0.2.1) (2022-09-27)
+## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.1...0.2.1) (2022-09-27)
### Chore
@@ -1016,8 +1024,12 @@
* websocket message routing
+
+## [v0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...v0.1.1) (2022-08-03)
+
+
-## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...0.1.1) (2022-08-03)
+## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.0...0.1.1) (2022-08-03)
### Chore
@@ -1033,6 +1045,10 @@
* **(agent):** tests ([#54](https://github.com/dyrector-io/dyrectorio/issues/54))
+
+## [v0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...v0.1.0) (2022-08-01)
+
+
## [0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.0.1...0.1.0) (2022-08-01)
diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go
index ae80f0b8b..d5b9a417d 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.1"
+ Version = "0.11.2"
// 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 75de36ec1..699a889a7 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.1",
+ "version": "0.11.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "crux-ui",
- "version": "0.11.1",
+ "version": "0.11.2",
"license": "Apache-2.0",
"dependencies": {
"@ory/kratos-client": "^0.13.1",
diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json
index bd0c84e01..90a20abaf 100644
--- a/web/crux-ui/package.json
+++ b/web/crux-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "crux-ui",
- "version": "0.11.1",
+ "version": "0.11.2",
"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 0ae65147d..02236e85a 100644
--- a/web/crux/package-lock.json
+++ b/web/crux/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "crux",
- "version": "0.11.1",
+ "version": "0.11.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crux",
- "version": "0.11.1",
+ "version": "0.11.2",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.9.0",
diff --git a/web/crux/package.json b/web/crux/package.json
index 66c04df9d..5c7905cc8 100644
--- a/web/crux/package.json
+++ b/web/crux/package.json
@@ -1,6 +1,6 @@
{
"name": "crux",
- "version": "0.11.1",
+ "version": "0.11.2",
"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,