Skip to content

Commit

Permalink
Release: prepare v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 28, 2022
1 parent be2364e commit af1c262
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.2.0] - 2022-08-28
### Added
- [#165: Telegram content proxy: inline images and other supported data types](https://github.com/codingteam/emulsion/issues/165)
- Telegram: generate links for content in private chats

## [2.1.0] - 2022-08-28
### Added
- Finished file cache and content proxy support for Telegram
Expand Down
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>net6.0</TargetFramework>
<DebugType>Full</DebugType>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Logging.fs" />
Expand Down

0 comments on commit af1c262

Please sign in to comment.