From 93afdd2ada22934b97e7c759294ad6d5806c7dac Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Fri, 29 May 2026 14:22:59 +0200 Subject: [PATCH 1/2] Bump version to 4.0.0 --- changelog/changelog | 3 ++- module_version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/changelog b/changelog/changelog index a8378475..483f085d 100644 --- a/changelog/changelog +++ b/changelog/changelog @@ -11,5 +11,6 @@ ## Misc -- [#2](https://github.com/openDAQ/OpcUaModules/pull/2) Import commit history from openDAQ SDK. - [#1](https://github.com/openDAQ/OpcUaModules/pull/1) Project initial version. +- [#2](https://github.com/openDAQ/OpcUaModules/pull/2) Import commit history from openDAQ SDK. +- Bumped to 4.0.0 — major version raised to reflect the module's move to a standalone release cycle, decoupled from openDAQ core versioning. diff --git a/module_version b/module_version index c06dab4e..0c89fc92 100644 --- a/module_version +++ b/module_version @@ -1 +1 @@ -3.31.0dev \ No newline at end of file +4.0.0 \ No newline at end of file From 2fe38012020307469971f135e7826e2f173ddc30 Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Fri, 29 May 2026 14:26:56 +0200 Subject: [PATCH 2/2] Update changelog --- changelog/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/changelog b/changelog/changelog index 483f085d..1d8f725c 100644 --- a/changelog/changelog +++ b/changelog/changelog @@ -13,4 +13,4 @@ - [#1](https://github.com/openDAQ/OpcUaModules/pull/1) Project initial version. - [#2](https://github.com/openDAQ/OpcUaModules/pull/2) Import commit history from openDAQ SDK. -- Bumped to 4.0.0 — major version raised to reflect the module's move to a standalone release cycle, decoupled from openDAQ core versioning. +- [#30](https://github.com/openDAQ/OpcUaModules/pull/30) Bumped to 4.0.0 — major version raised to reflect the module's move to a standalone release cycle, decoupled from openDAQ core versioning.