Skip to content

Commit

Permalink
Release: prepare v1.8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 18, 2023
1 parent 16504ad commit 6eaa369
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased] (1.8.9.1)
## [1.8.9.1] - 2023-01-18
### Changed
- **Breaking!** `ITdLibBindings`, `TdLibBindingsExtensions` and `TdLogLevel` were removed from `TDLib.Bindings` namespace. Find them in `TdLib.Bindings` (case-only change in the namespace).

### Added
- XML documentation files are now included in the NuGet packages.

## [1.8.9] - 2022-12-10
### Changed
- Update to [TDLib v1.8.9](https://github.com/tdlib/td/tree/29752073cf2fe586ecefe572d3821a8cf853fab5).
Expand Down Expand Up @@ -89,4 +92,5 @@ Initial release to support TDLib pre-1.2.
[1.8.1]: https://github.com/egramtel/tdsharp/compare/v1.7.9...v1.8.1
[1.8.1.1]: https://github.com/egramtel/tdsharp/compare/v1.8.1...v1.8.1.1
[1.8.9]: https://github.com/egramtel/tdsharp/compare/v1.8.1.1...v1.8.9
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.9...HEAD
[1.8.9.1]: https://github.com/egramtel/tdsharp/compare/v1.8.9...v1.8.9.1
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.9.1...HEAD
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.8.9</Version>
<Version>1.8.9.1</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2018 Sergey Khabibullin
Copyright (c) 2022 tdsharp contributors
Copyright (c) 2023 tdsharp contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6eaa369

Please sign in to comment.