chore(release): 1.21.10

## [1.21.10](https://gitlab.com/oceanbox/Poseidon/compare/v1.21.9...v1.21.10) (2025-09-11)

### Bug Fixes

* **Atlantis:** Configure static files manually ([5402af7](5402af7f8f))
* **Atlantis:** Use correct barentswatch secret ([9cd9518](9cd9518a38))
This commit is contained in:
semantic-release-bot
2025-09-11 13:17:14 +00:00
parent 0c3388cf08
commit 550e3f153b
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [1.21.10](https://gitlab.com/oceanbox/Poseidon/compare/v1.21.9...v1.21.10) (2025-09-11)
### Bug Fixes
* **Atlantis:** Configure static files manually ([5402af7](https://gitlab.com/oceanbox/Poseidon/commit/5402af7f8f3f588131862b2c9a95d7469ed68561))
* **Atlantis:** Use correct barentswatch secret ([9cd9518](https://gitlab.com/oceanbox/Poseidon/commit/9cd9518a38912b2b50fd4e01ead348e92a7e1a40))
## [1.21.9](https://gitlab.com/oceanbox/Poseidon/compare/v1.21.8...v1.21.9) (2025-09-09)

View File

@@ -1 +1 @@
1.21.9
1.21.10

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Version>1.21.9</Version>
<Version>1.21.10</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="../../.build/Helpers.fs"/>

View File

@@ -9,7 +9,7 @@
<PackageId>Oceanbox.ServerPack</PackageId>
<Authors/>
<Company/>
<Version>1.21.9</Version>
<Version>1.21.10</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Observer.fs"/>