chore(release): 1.40.2

## [1.40.2](https://gitlab.com/oceanbox/Poseidon/compare/v1.40.1...v1.40.2) (2026-01-19)

### Bug Fixes

* **xtract:** Disabled if not allowed to simulate transport ([e429a85](e429a855e5))
This commit is contained in:
semantic-release-bot
2026-01-19 19:06:55 +00:00
parent 6ae7a7dac8
commit fd2b3fe691
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.40.2](https://gitlab.com/oceanbox/Poseidon/compare/v1.40.1...v1.40.2) (2026-01-19)
### Bug Fixes
* **xtract:** Disabled if not allowed to simulate transport ([e429a85](https://gitlab.com/oceanbox/Poseidon/commit/e429a855e5bd00493e2f99647092aebce9c99a2a))
## [1.40.1](https://gitlab.com/oceanbox/Poseidon/compare/v1.40.0...v1.40.1) (2026-01-19)

View File

@@ -1 +1 @@
1.40.1
1.40.2

View File

@@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<TargetFramework>net10.0</TargetFramework>
<PackageId>Oceanbox.ServerPack</PackageId>
<Version>1.40.1</Version>
<Version>1.40.2</Version>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>