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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.0.2](https://github.com/TrogonStack/TrogonEventStore/compare/v0.0.1...v0.0.2) (2026-09-02)


### Bug Fixes

* **ci:** keep master behind architecture gates ([#473](https://github.com/TrogonStack/TrogonEventStore/issues/473)) ([10b210b](https://github.com/TrogonStack/TrogonEventStore/commit/10b210b00594fb80a99730991a91b29699094e44))
* **release:** keep container version selection explicit ([#477](https://github.com/TrogonStack/TrogonEventStore/issues/477)) ([d7e59d5](https://github.com/TrogonStack/TrogonEventStore/commit/d7e59d5ab93039f6bee2e49b55af57918f91ac90))
* **release:** seed the initial release proposal ([#475](https://github.com/TrogonStack/TrogonEventStore/issues/475)) ([dd67f1b](https://github.com/TrogonStack/TrogonEventStore/commit/dd67f1b4540a3e2c64f2ff26acfec4a3bbb552c9))

## [Unreleased]

## [23.10.3] - 2024-09-18
Expand Down Expand Up @@ -1077,4 +1086,4 @@ The changelog below is a summary of the all of the preview releases.

### Security
- TLS is enabled by default for internal node communication. Can be disabled by `--disable-internal-tls`.
- All external HTTP is HTTPS by default.
- All external HTTP is HTTPS by default.
10 changes: 5 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<LangVersion>14.0</LangVersion>
<Platforms>AnyCPU;x64;ARM64</Platforms>
<IsPackable>false</IsPackable>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionSuffix/>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\" />
<None Include="..\..\NOTICE.html" Pack="true" PackagePath="\" />
<None Include="..\..\trogon-logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\"/>
<None Include="..\..\NOTICE.html" Pack="true" PackagePath="\"/>
<None Include="..\..\trogon-logo.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
Loading