diff --git a/core/versions.mdx b/core/versions.mdx
index 4695cf4..8d9d9e4 100644
--- a/core/versions.mdx
+++ b/core/versions.mdx
@@ -7,6 +7,12 @@ mode: 'wide'
You can always review the [latest release here](https://github.com/cinepro-org/core/releases/latest) and run it locally with `docker run -p 3000:3000 --name cinepro-core -e TMDB_API_KEY=your-tmdb-key ghcr.io/cinepro-org/core:latest` to see the newest features in action. For a detailed breakdown of recent changes, keep reading!
+
+ ## New features
+
+ - **VidApi provider** — A new `vidapi` provider has been added to the [provider lineup](/core/configuration/providers) and is enabled by default. It contributes additional movie and TV sources via the VaPlayer API, with no configuration changes required.
+
+
## Updates