This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch rel/0.13 in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
commit dee0fbacc26e84dc57be155b1255cd62d9989d7c Author: Christofer Dutz <[email protected]> AuthorDate: Fri Aug 29 16:46:56 2025 +0200 chore: Prepared things for the release of extras 0.13.1 --- RELEASE_NOTES | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index bcf486e..1a2bb07 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,17 @@ +============================================================== +Apache PLC4X 0.13.1 +============================================================== + +New Features +------------ +- Updated to Apache PLC4X 0.13.1 + +Incompatible changes +-------------------- + +Bug Fixes +--------- + ============================================================== Apache PLC4X 0.13.0 ============================================================== diff --git a/pom.xml b/pom.xml index 03a91a2..3f164b1 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format> <project.build.outputTimestamp>2025-08-09T14:24:27Z</project.build.outputTimestamp> - <plc4x.version>0.13.0</plc4x.version> + <plc4x.version>0.13.1</plc4x.version> </properties> <build>
