diff --git a/CHANGELOG.md b/CHANGELOG.md index 455a34e1..1f9af145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2022-05-30 + ### Added - `OutTextForUnit` API - `GetStaticObjects` API diff --git a/Cargo.lock b/Cargo.lock index e77d6f3c..7b81904d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "dcs-grpc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "dcs-grpc-stubs", "dcs-module-ipc", diff --git a/Cargo.toml b/Cargo.toml index f6d63459..0792e0b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcs-grpc" -version = "0.5.0" +version = "0.6.0" authors = ["Markus Ast "] license = "AGPL-3.0-or-later" edition = "2021"