This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 6fa08867ca Add changelog for 3.27.2
6fa08867ca is described below
commit 6fa08867caa822787173e5375fffaa2e6f5950dd
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Jan 8 15:59:35 2026 +0100
Add changelog for 3.27.2
---
CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc426e3c8c..80ed8790bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,17 @@
-->
# Changelog
+## 3.27.2
+
+* [3.27.x] Backports by @jamesnetherton in
https://github.com/apache/camel-quarkus/pull/7930
+* [3.27.x] Upgrade Quarkus to 3.27.1 by @jamesnetherton in
https://github.com/apache/camel-quarkus/pull/7956
+* [3.27.x] Keep smooks-core and smooks-bom versions separate because they can
be released separately by @ppalaga in
https://github.com/apache/camel-quarkus/pull/7984
+* [3.27.x] Backports by @jamesnetherton in
https://github.com/apache/camel-quarkus/pull/7992
+* [3.27.x] Override lz4-java for flink & aws2-kinesis with at.yawk.lz4 variant
by @ppalaga in https://github.com/apache/camel-quarkus/pull/8078
+* [3.27.x] Camel 4.14.3 by @JiriOndrusek in
https://github.com/apache/camel-quarkus/pull/8087
+
+**Full Changelog**:
https://github.com/apache/camel-quarkus/compare/3.27.1...3.27.2
+
## 3.30.0
* Replace deprecated ObjectMapper.setSerializationInclusion method by @apupier
in https://github.com/apache/camel-quarkus/pull/7880