diff --git a/CHANGELOG.md b/CHANGELOG.md index 594ba92..a427cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Format: vX.Y.Z (DD-MM-YYYY) +# v0.6.0 (09.03.2024) + +Parse `icon_color` field enumeration + # v0.5.0 (26.02.2024) * Update dependencies diff --git a/Cargo.lock b/Cargo.lock index c091cf5..202fae3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,7 +1688,7 @@ dependencies = [ [[package]] name = "tg-bot-api" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chrono", "ego-tree", diff --git a/Cargo.toml b/Cargo.toml index 0570d0e..dcba83d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg-bot-api" -version = "0.5.0" +version = "0.6.0" authors = ["Arsenii Lyashenko "] edition = "2018" license = "MIT OR Apache-2.0"