Skip to content

Commit

Permalink
Release: prepare v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 7, 2023
1 parent 74b6aee commit b622f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

## [Unreleased] (2.4.2)
## [2.4.2] - 2023-07-07
### Fixed
- Message archive entries are stored by id in a stable way
### Added
Expand Down Expand Up @@ -176,4 +176,5 @@ runtime 2.2.
[2.3.1]: https://github.com/codingteam/emulsion/compare/v2.3.0...v2.3.1
[2.4.0]: https://github.com/codingteam/emulsion/compare/v2.3.1...v2.4.0
[2.4.1]: https://github.com/codingteam/emulsion/compare/v2.4.0...v2.4.1
[Unreleased]: https://github.com/codingteam/emulsion/compare/v2.4.1...HEAD
[2.4.2]: https://github.com/codingteam/emulsion/compare/v2.4.1...v2.4.2
[Unreleased]: https://github.com/codingteam/emulsion/compare/v2.4.2...HEAD
2 changes: 1 addition & 1 deletion Emulsion/Emulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Version>2.4.1</Version>
<Version>2.4.2</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Logging.fs" />
Expand Down

0 comments on commit b622f10

Please sign in to comment.