File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
1111
1212The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
1313
14+ ## [ Unreleased] (1.8.61.1)
15+ ### Changed
16+ - Update to [ TDLib v1.8.61.1] ( https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.61.1 ) .
17+
1418## [ 1.8.61] - 2026-03-01
1519### Changed
1620- Update to [ TDLib v1.8.61] ( https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.61 ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
77<Project >
88 <PropertyGroup Label =" Packaging" >
9- <Version >1.8.61</Version >
9+ <Version >1.8.61.1 </Version >
1010 </PropertyGroup >
1111
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: MIT
44
55param (
6- [string ] $CommitHash = ' 11e254af695060d8890024dd7faa1cc2d6685ef8 ' ,
6+ [string ] $CommitHash = ' 6d509061574d684117f74133056aa43df89022fc ' ,
77 [string ] $TdApiUrl = " https://github.com/tdlib/td/raw/$CommitHash /td/generate/scheme/td_api.tl" ,
88
99 [string ] $SourceRoot = " $PSScriptRoot /.." ,
You can’t perform that action at this time.
0 commit comments