diff --git a/CHANGES.md b/CHANGES.md index 4d1d831..7a2947f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # Changelog +## [v0.0.3][v0.0.3] - 09 Oct 2024 + +* Produce and deploy universal binaries ([gh-1][gh-1]) +* Fix build on Xcode 16 +* Fix typos in documentation +* Check for build tools in cmake before build +* CI: add macOS 15, remove macOS 12 + +[v0.0.3]: https://github.com/roc-streaming/roc-vad/releases/tag/v0.0.3 + +[gh-1]: https://github.com/roc-streaming/roc-vad/issues/1 + ## [v0.0.2][v0.0.2] - 14 Jun 2024 * Use roc-toolkit from master