diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d153c..4bcd3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release notes + ## 0.6.2 (2024-10-21) ### Features diff --git a/Cargo.toml b/Cargo.toml index 0eea50d..c32e29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.6.2" +version = "0.6.3" license = "Apache-2.0" edition = "2021" rust-version = "1.70"