This is an automated email from the ASF dual-hosted git repository.

ashishtiwari pushed a commit to branch release/3.14
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.14 by this push:
     new e674e921e chore: release 3.14.1
e674e921e is described below

commit e674e921e72542363480ab4209629139eee86ce4
Author: Ashish Tiwari <[email protected]>
AuthorDate: Tue Oct 14 14:04:23 2025 +0530

    chore: release 3.14.1
---
 CHANGELOG.md               | 16 ++++++++++++++++
 apisix/core/version.lua    |  2 +-
 docs/en/latest/config.json |  2 +-
 docs/zh/latest/config.json |  2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3aa5ace..36d3c66e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ title: Changelog
 
 ## Table of Contents
 
+- [3.14.1](#3141)
 - [3.14.0](#3140)
 - [3.13.0](#3130)
 - [3.12.0](#3120)
@@ -81,6 +82,21 @@ title: Changelog
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 3.14.1
+
+### Bugfixes
+
+- fix: port conflict in worker process for prometheus port 
[#12667](https://github.com/apache/apisix/pull/12667)
+
+### Core
+
+- fix: add warning log when skipping check for disabled plugin 
[#12655](https://github.com/apache/apisix/pull/12655)
+- chore: add test for verifying lua-resty-openssl bug fix 
[#12656](https://github.com/apache/apisix/pull/12656)
+
+## Doc improvements
+
+- docs: remove unnecessary sentence in opentelemetry plugin doc 
[#12660](https://github.com/apache/apisix/pull/12660)
+
 ## 3.14.0
 
 **The changes marked with :warning: are not backward compatible.**
diff --git a/apisix/core/version.lua b/apisix/core/version.lua
index 42ed228e9..db47f95cb 100644
--- a/apisix/core/version.lua
+++ b/apisix/core/version.lua
@@ -20,5 +20,5 @@
 -- @module core.version
 
 return {
-    VERSION = "3.14.0"
+    VERSION = "3.14.1"
 }
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index bee266f04..7052adca4 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": "3.14.0",
+  "version": "3.14.1",
   "sidebar": [
     {
       "type": "category",
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index c0489e641..2e48f0653 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": "3.14.0",
+  "version": "3.14.1",
   "sidebar": [
     {
       "type": "category",

Reply via email to