Skip to content

Commit 542883e

Browse files
committed
Update TDLib to 1.8.56.1
1 parent abc8575 commit 542883e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ All notable changes to this project will be documented in this file.
1111

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

14-
## [Unreleased] (1.8.56)
14+
## [Unreleased] (1.8.56.1)
1515
### Changed
16-
- Update to [TDLib v1.8.56](https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.56).
16+
- Update to [TDLib v1.8.56.1](https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.56.1).
1717

1818
## [1.8.45] - 2025-02-13
1919
### Changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66

77
<Project>
88
<PropertyGroup Label="Packaging">
9-
<Version>1.8.56</Version>
9+
<Version>1.8.56.1</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Scripts/Get-TlFiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
param(
6-
[string] $CommitHash = '8fbaf8441a79214bd00a1f19ab0bbcc91cd04e52',
6+
[string] $CommitHash = '4f4df7c6436085391e0b6d74cc7a54cf274c7edf',
77
[string] $TdApiUrl = "https://github.com/tdlib/td/raw/$CommitHash/td/generate/scheme/td_api.tl",
88

99
[string] $SourceRoot = "$PSScriptRoot/..",

0 commit comments

Comments
 (0)