chore(release): 1.33.1

## [1.33.1](https://gitlab.com/oceanbox/Poseidon/compare/v1.33.0...v1.33.1) (2025-11-26)

### Bug Fixes

* Add missing * in Drifters ArchiveType FromString ([7054ade](7054ade55d))
* **Atlantis:** Add wildcards in allow origin ([cde779e](cde779ea00))
This commit is contained in:
semantic-release-bot
2025-11-26 13:40:39 +00:00
parent b794fc3b68
commit 65c29879ab
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [1.33.1](https://gitlab.com/oceanbox/Poseidon/compare/v1.33.0...v1.33.1) (2025-11-26)
### Bug Fixes
* Add missing * in Drifters ArchiveType FromString ([7054ade](https://gitlab.com/oceanbox/Poseidon/commit/7054ade55dffd058f0d622447da08587633b815c))
* **Atlantis:** Add wildcards in allow origin ([cde779e](https://gitlab.com/oceanbox/Poseidon/commit/cde779ea00f0666e6b548c7d711873b64cb294d9))
# [1.33.0](https://gitlab.com/oceanbox/Poseidon/compare/v1.32.0...v1.33.0) (2025-11-24)

View File

@@ -1 +1 @@
1.33.0
1.33.1

View File

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

View File

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