diff --git a/CHANGELOG.md b/CHANGELOG.md index f6739d6e65b9213d4c3412a6f7c7f2a86ae03f7f..3a6a53de390b627d2c562e6453f7b3872cc72ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## 0.2.0-rc.1 +## 0.2.0 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7b6e6db709cc66e942e7449de8e535fc4028ccfd..3f482a8cabebaaf8f9d832a054951d456bc823f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "opentalk-recorder" -version = "0.2.0-rc.1" +version = "0.2.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 094502e733685ee076ff7789c7f9ccbd3a6771e5..1de0c73be117cb7188c8e70ea29270ced70b46f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "opentalk-recorder" -version = "0.2.0-rc.1" +version = "0.2.0" edition = "2021" license = "EUPL-1.2" publish = false