Skip to content

Commit

Permalink
Release: prepare v1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 9, 2022
1 parent 8f4a93a commit 383e861
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.8.1.0
PACKAGE_VERSION_BASE: 1.8.9
steps:
- name: Set up Git
run: apt-get update && apt-get install -y software-properties-common && apt-get update && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.8.1.0
PACKAGE_VERSION_BASE: 1.8.9
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.8.1.0
PACKAGE_VERSION_BASE: 1.8.9
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.8.1
PACKAGE_VERSION_BASE: 1.8.9
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@ 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.8.9] - 2022-12-09
### Changed
- Update TDLib to commit `29752073cf2fe586ecefe572d3821a8cf853fab5`, v1.8.9.
- Update TDLib [to a commit from v1.8.9](https://github.com/tdlib/td/tree/29752073cf2fe586ecefe572d3821a8cf853fab5).

## [1.8.1] - 2022-04-10
### Changed
- Update TDLib [to a commit from v1.8.1](https://github.com/tdlib/td/tree/1e1ab5d1b0e4811e6d9e1584a82da08448d0cada)
- Update TDLib [to a commit from v1.8.1](https://github.com/tdlib/td/tree/1e1ab5d1b0e4811e6d9e1584a82da08448d0cada).

## [1.7.9.1] - 2021-12-09
### Changed
- Linux: build on Ubuntu 18.04

### Fixed
- [The issue with GLIBCXX_3.4.26 on Ubuntu 18.04](https://github.com/ForNeVeR/tdlib.native/issues/51)
- [The issue with GLIBCXX_3.4.26 on Ubuntu 18.04](https://github.com/ForNeVeR/tdlib.native/issues/51).

## [1.7.9] - 2021-12-04
### Changed
- Update TDLib [to the latest commit of v1.7.9](https://github.com/tdlib/td/tree/8d7bda00a535d1eda684c3c8802e85d69c89a14a)
- Update TDLib [to the latest commit of v1.7.9](https://github.com/tdlib/td/tree/8d7bda00a535d1eda684c3c8802e85d69c89a14a).

### Fixed
- This fixes [the issue](https://github.com/tdlib/td/issues/1758) with `UPDATE_APP_TO_LOGIN` which has started occuring after a server update
- This fixes [the issue](https://github.com/tdlib/td/issues/1758) with `UPDATE_APP_TO_LOGIN` which has started occuring after a server update.

## [1.7.0] - 2021-08-03
### Changed
- Update to TDLib v1.7.0
- Update to TDLib v1.7.0.

## [1.6.0] - 2020-02-16
### Changed
- Update to TDLib v1.6.0
- Windows: build using Visual Studio 2019
- Update to TDLib v1.6.0.
- Windows: build using Visual Studio 2019.

## [1.3.0] - 2018-09-09
### Changed
- Pack for NuGet in a way compatible with SDK-based projects
- Update to TDLib v1.3.0
- Pack for NuGet in a way compatible with SDK-based projects.
- Update to TDLib v1.3.0.

## [1.2.0] - 2018-09-04

Expand All @@ -52,4 +52,5 @@ Initial release supporting TDLib v1.2.0.
[1.7.9]: https://github.com/ForNeVeR/tdlib.native/compare/v1.7.0...v1.7.9
[1.7.9.1]: https://github.com/ForNeVeR/tdlib.native/compare/v1.7.9...v1.7.9.1
[1.8.1]: https://github.com/ForNeVeR/tdlib.native/compare/v1.7.9.1...v1.8.1
[Unreleased]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.1...HEAD
[1.8.9]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.1...v1.8.9
[Unreleased]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.9...HEAD

0 comments on commit 383e861

Please sign in to comment.