diff --git a/CHANGELOG.md b/CHANGELOG.md index b007201..c914d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release notes +## 0.2.0 (2023-10-16) + +### Features + +- Expand box types and match order ([#15](https://github.com/CQCL/tket-json-rs/pull/15)) + ## 0.1.1 (2023-09-19) ### Features diff --git a/Cargo.toml b/Cargo.toml index e042972..b39bd01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket-json-rs" -version = "0.1.1" +version = "0.2.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70"