Skip to content

Commit

Permalink
Release: prepare v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 6, 2023
1 parent 69825d7 commit a1a28ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [2.4.1] - 2023-07-06
### Fixed
- Restore old content URL on `/content` instead of new `/api/content`
- Fix the frontend content search procedure for the message archive

## [2.4.0] - 2023-07-06
### Changed
- Runtime: upgrade to .NET 7
Expand Down
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.0</Version>
<Version>2.4.1</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Logging.fs" />
Expand Down

0 comments on commit a1a28ca

Please sign in to comment.