diff --git a/CHANGELOG.md b/CHANGELOG.md index 216d79e..090ad9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the **daily-python** SDK 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). -## [Unreleased] +## [0.11.0] - 2024-09-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8d0f94c..0749fab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "daily-python" -version = "0.10.1" +version = "0.11.0" dependencies = [ "daily-core", "futures", diff --git a/Cargo.toml b/Cargo.toml index 83d862d..473fc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daily-python" -version = "0.10.1" +version = "0.11.0" edition = "2021" license = "BSD 2-Clause License" resolver = "2" diff --git a/docs/src/conf.py b/docs/src/conf.py index b439338..7015cbc 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -18,7 +18,7 @@ def get_release_version() -> str: # Project project = "daily-python" -copyright = "2023 Daily" +copyright = "2024 Daily" version = get_release_version()