diff --git a/CHANGELOG.md b/CHANGELOG.md index ceaae36..5d06ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## Unreleased +## 0.1.4 - 2026-01-12 + +### Added + +- Most of the API methods are exposed in CXX. + ## 0.1.3 - 2026-01-09 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 97bc856..60a474d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "dcsctp" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "crc-any", diff --git a/Cargo.toml b/Cargo.toml index ef9de4f..1ac2e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [".", "fuzz"] [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" repository = "https://github.com/webrtc/dcsctp"