diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ade92..40c7273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Release notes + ## 0.6.1 (2024-08-07) ### Features diff --git a/Cargo.toml b/Cargo.toml index f8723e4..ce67ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.6.1" +version = "0.6.2" license = "Apache-2.0" edition = "2021" rust-version = "1.70"