From 3c2cdfd30e36dade5460a5aa42115512d898ca82 Mon Sep 17 00:00:00 2001 From: negasus Date: Wed, 19 Jun 2024 14:59:11 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cdecc..564ca36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.4.1 (2024-06-19) + +- fix: getGameHighScores returns an array of high scores instead of a single object (#94) +- Use any type for ChatID in SetGameScoreParams and GetGameHighScoreParams (#88) + ## v1.4.0 (2024-05-29) - support API v7.4