From 4d8532815e19776262904686bafefe49ebb62120 Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Thu, 28 May 2026 14:26:38 +0200 Subject: [PATCH 1/2] Bump version to 4.0.0 --- changelog/changelog | 1 + module_version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/changelog b/changelog/changelog index 09c94c8..cc5ba0b 100644 --- a/changelog/changelog +++ b/changelog/changelog @@ -10,3 +10,4 @@ - [#3](https://github.com/openDAQ/LTStreamingModulesLegacy/pull/3) Import commit history from openDAQ SDK. - [#4](https://github.com/openDAQ/LTStreamingModulesLegacy/pull/4) Project initial version. +- 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 c06dab4..0c89fc9 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 e4d71c0f4a7bbfe29c90322c89893c457b82586c Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Thu, 28 May 2026 14:59:41 +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 cc5ba0b..2ca7abc 100644 --- a/changelog/changelog +++ b/changelog/changelog @@ -10,4 +10,4 @@ - [#3](https://github.com/openDAQ/LTStreamingModulesLegacy/pull/3) Import commit history from openDAQ SDK. - [#4](https://github.com/openDAQ/LTStreamingModulesLegacy/pull/4) Project initial version. -- Bumped to 4.0.0 — major version raised to reflect the module's move to a standalone release cycle, decoupled from openDAQ core versioning. +- [#14](https://github.com/openDAQ/LTStreamingModulesLegacy/pull/14) Bumped to 4.0.0 — major version raised to reflect the module's move to a standalone release cycle, decoupled from openDAQ core versioning.