diff --git a/CHANGELOG b/CHANGELOG
index 6c3b81e..c0cedc1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -99,3 +99,7 @@
* Update Prometheus to 2.30.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.30.0)
+[1.9.1]
+* Update Prometheus to 2.30.1
+* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.30.1)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index ceef4bb..af0ef82 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -1,5 +1,5 @@
{
- "version": "1.9.0",
+ "version": "1.9.1",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 0612e29..9f9a7f6 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Prometheus 2.30.0
+This app packages Prometheus 2.30.1
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
diff --git a/Dockerfile b/Dockerfile
index 77f6157..aae2cc4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
-ARG VERSION=2.30.0
+ARG VERSION=2.30.1
# install Prometheus
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1