From ca8426e36c371495f9065fa0af8e7cea4b66485c Mon Sep 17 00:00:00 2001 From: i0n Date: Wed, 13 Nov 2024 13:12:40 +0000 Subject: [PATCH] chore: Release 0.7.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5692ee5..9f307ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.4] - 2024-11-13 + +### Bug Fixes + +- Set teloxide version in Cargo.toml to allow publishing of crate. + ## [0.7.3] - 2024-11-12 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b37fcea..4114deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.7.3" +version = "0.7.4" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"