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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This project follows **Semantic Versioning (SemVer)** ([semver.org](https://semv



## [1.0.0] - 2025-10-1
## [1.0.1] - 2025-10-1

### Initial release
- This is the first initial changelog entry for the management-node. It introduces the baseline feature set and establishes the changelog structure following Semantic Versioning.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>
<groupId>uk.gov.dbt.ndtp.ia.management.node</groupId>
<artifactId>management-node</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>management-node</name>
<description>Provides Management capabilities over IA Node Net</description>
Expand Down
Loading