Bump version to 1.3.4. Changed paths: M /poshsvn/trunk/CHANGELOG.md M /poshsvn/trunk/Version.props Modified: poshsvn/trunk/CHANGELOG.md =================================================================== --- poshsvn/trunk/CHANGELOG.md (rev 3429) +++ poshsvn/trunk/CHANGELOG.md (rev 3430) @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.3.4] + +- Attest artifacts with GitHub attestation. +- Release and build improvements. +- Fix build.ps1 script. + # [1.3.3] - Release improvements. Modified: poshsvn/trunk/Version.props =================================================================== --- poshsvn/trunk/Version.props (rev 3429) +++ poshsvn/trunk/Version.props (rev 3430) @@ -2,7 +2,7 @@ <PropertyGroup> <VersionMajor>1</VersionMajor> <VersionMinor>3</VersionMinor> - <VersionPatch>3</VersionPatch> + <VersionPatch>4</VersionPatch> </PropertyGroup> <PropertyGroup> <Version>$(VersionMajor).$(VersionMinor).$(VersionPatch)</Version>