Skip to content

Commit

Permalink
Release: prepare v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 26, 2021
1 parent b639ca2 commit 253669f
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]
## [1.8.0] - 2021-09-26
### Changed
- Additional logging for mailbox processor errors

Expand Down Expand Up @@ -99,4 +99,5 @@ runtime 2.2.
[1.6.0]: https://github.com/codingteam/emulsion/compare/v1.5.0...v1.6.0
[1.6.1]: https://github.com/codingteam/emulsion/compare/v1.6.0...v1.6.1
[1.7.0]: https://github.com/codingteam/emulsion/compare/v1.6.1...v1.7.0
[Unreleased]: https://github.com/codingteam/emulsion/compare/v1.7.0...HEAD
[1.8.0]: https://github.com/codingteam/emulsion/compare/v1.7.0...v1.8.0
[Unreleased]: https://github.com/codingteam/emulsion/compare/v1.8.0...HEAD
2 changes: 1 addition & 1 deletion Emulsion/Emulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<DebugType>Full</DebugType>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit 253669f

Please sign in to comment.