diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index af03d16..ca38a9e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.4.10"
+ ".": "0.4.11"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aeeb0e0..ef78109 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.4.11](https://github.com/tuihub/protos/compare/v0.4.10...v0.4.11) (2024-06-10)
+
+
+### Features
+
+* add `ListenServerEvent` ([9d4d53b](https://github.com/tuihub/protos/commit/9d4d53b77bfb2a1015879e2595f8850d378b5533))
+* add `status_report` to `GetServerInformation` ([b0a4649](https://github.com/tuihub/protos/commit/b0a4649fa88d8cca8cd2bc04b32ba52782b94055))
+
## [0.4.10](https://github.com/tuihub/protos/compare/v0.4.9...v0.4.10) (2024-06-09)
diff --git a/Cargo.lock b/Cargo.lock
index 3fd4c55..6c69b5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -971,7 +971,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tuihub-protos"
-version = "0.4.10"
+version = "0.4.11"
dependencies = [
"bytes",
"futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index 05a002b..021b5c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tuihub-protos"
-version = "0.4.10"
+version = "0.4.11"
edition = "2021"
license = "MIT"
readme = "README.md"
diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj
index a337e6a..ca26d89 100644
--- a/TuiHub.Protos.csproj
+++ b/TuiHub.Protos.csproj
@@ -6,7 +6,7 @@
enable
TuiHub.Protos
TuiHub.Protos
- 0.4.10
+ 0.4.11
https://github.com/tuihub/protos
https://github.com/tuihub/protos
git
diff --git a/package-lock.json b/package-lock.json
index 5894ce5..ad68ad6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@tuihub/protos",
- "version": "0.4.10",
+ "version": "0.4.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tuihub/protos",
- "version": "0.4.10",
+ "version": "0.4.11",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.10.8",
diff --git a/package.json b/package.json
index 5e7536e..7d90f2d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@tuihub/protos",
- "version": "0.4.10",
+ "version": "0.4.11",
"description": "",
"repository": {
"type": "git",