diff --git a/src/pages/changelog.md b/src/pages/changelog.md
index 2d38bac..62f7907 100644
--- a/src/pages/changelog.md
+++ b/src/pages/changelog.md
@@ -4,6 +4,11 @@ title: Changelog
# Changelog
+## Nov 03, 2024
+
+- Upgrade Nginx to 1.27.2
+- Upgrade OpenSSL to 3.4.0
+
## Sep 07, 2024
- Upgrade OpenSSL to 3.3.2
diff --git a/src/pages/install.mdx b/src/pages/install.mdx
index 753ee2c..2a0766d 100644
--- a/src/pages/install.mdx
+++ b/src/pages/install.mdx
@@ -38,8 +38,8 @@ Check out [Docker image for nginx-docker](https://github.com/u-sb/nginx-docker).
## Unsupported OS
-* Debian 10 Buster
Last update 1.27.1-2nwtf+332
-* Ubuntu 18.04 Bionic (LTS)
Last update 1.27.1-2nwtf+332
+* Debian 10 Buster
Last update 1.27.2-2nwtf+340
+* Ubuntu 18.04 Bionic (LTS)
Last update 1.27.2-2nwtf+340
* Ubuntu 23.04 Lunar
Last update 1.27.1-2nwtf+332 - this is the final update
* Ubuntu 23.10 Mantic
Last update 1.27.1-2nwtf+332 - this is the final update
diff --git a/src/pages/intro.md b/src/pages/intro.md
index bd4b375..7cbf1b8 100644
--- a/src/pages/intro.md
+++ b/src/pages/intro.md
@@ -28,8 +28,8 @@ In case of an emergency security issue or a critical bug, we may include a patch
## Current Version
-- Nginx 1.27.1
-- OpenSSL 3.3.2
+- Nginx 1.27.2
+- OpenSSL 3.4.0
## Features
@@ -40,13 +40,13 @@ Everything from Debian / Ubuntu official builds are included, with the following
* [ngx_http_ipdb_module](https://github.com/vislee/ngx_http_ipdb_module)
* QUIC / HTTP3
-Statically built with OpenSSL 3.3.x, so you can use TLS 1.3 even on distributions that don't have OpenSSL.
+Statically built with OpenSSL 3.4.x, so you can use TLS 1.3 even on distributions that don't have OpenSSL.
Version info:
```bash
-nginx version: nginx-n.wtf/1.27.1
-built with OpenSSL 3.3.2 3 Sep 2024
+nginx version: nginx-n.wtf/1.27.2
+built with OpenSSL 3.4.0 22 Oct 2024
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -ffile-prefix-map=/build/nginx=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --with-openssl=/build/nginx/../openssl --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug --with-pcre-jit --without-pcre2 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_v3_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_geoip_module=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-module=/build/nginx/sb-modules/ngx_brotli --add-dynamic-module=/build/nginx/debian/modules/http-headers-more-filter --add-dynamic-module=/build/nginx/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx/debian/modules/http-cache-purge --add-dynamic-module=/build/nginx/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx/debian/modules/http-ndk --add-dynamic-module=/build/nginx/debian/modules/http-echo --add-dynamic-module=/build/nginx/debian/modules/http-fancyindex --add-dynamic-module=/build/nginx/debian/modules/http-geoip2 --add-dynamic-module=/build/nginx/sb-modules/ngx_http_ipdb_module --add-dynamic-module=/build/nginx/debian/modules/nchan --add-dynamic-module=/build/nginx/debian/modules/http-lua --add-dynamic-module=/build/nginx/debian/modules/rtmp --add-dynamic-module=/build/nginx/debian/modules/http-uploadprogress --add-dynamic-module=/build/nginx/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx/debian/modules/http-subs-filter
```