Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CommHandler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [2.5.0] - 2025-10-27

## Added

Expand Down
2 changes: 1 addition & 1 deletion CommHandler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test {

// use release versions by default (no suffix)
// spec. release date
def sgr_spec_suffix = '_2025-09-02'
def sgr_spec_suffix = '_2025-10-27'
def sgr_driver_suffix = ''
def modbus_suffix = ''
def apachehttp_suffix = ''
Expand Down
2 changes: 1 addition & 1 deletion CommHandler/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
version=2.5.0-SNAPSHOT

# snapshots to use
snapshots=sgr-specification,sgr-driver-api,sgr-driver-modbus,sgr-driver-apachehttp,sgr-driver-hivemq
snapshots=
2 changes: 1 addition & 1 deletion GenDriverAPI/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [2.4.0] - 2025-10-27

### Added

Expand Down
Loading