From 160dd1bf0b12db022827ca7b064449a6c8c03f91 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 27 Nov 2024 09:15:36 +0200 Subject: [PATCH] breaking change --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df5cc4..afff866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## 0.35.0 (2024-11-26) +## 0.35.0 (2024-11-27) -* try fit wasm partially - [#225](https://github.com/ayrat555/frankenstein/pull/225) -* fix: fix serialization of InlineQueryResult - [#230](https://github.com/ayrat555/frankenstein/pull/230) +* feat: try fit wasm partially - [#225](https://github.com/ayrat555/frankenstein/pull/225) +* fix!: fix serialization of InlineQueryResult - [#230](https://github.com/ayrat555/frankenstein/pull/230) * build(cargo): update bon requirement from 2.2.0 to 3.0.0 - [#232](https://github.com/ayrat555/frankenstein/pull/232) * build(cargo): update thiserror requirement from 1 to 2 - [#228](https://github.com/ayrat555/frankenstein/pull/228)