diff --git a/CHANGELOG.md b/CHANGELOG.md index 49006fa0..368d5012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.0] - 2022-03-07 ### Added - `ForcePlayerSlot` API - `PlayerChangeSlotEvent` emitted when player changes slot diff --git a/Cargo.toml b/Cargo.toml index b9893bb1..23bdd31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcs-grpc" -version = "0.3.0" +version = "0.4.0" authors = ["Markus Ast "] license = "AGPL-3.0-or-later" edition = "2021"