diff --git a/README.md b/README.md
index b723824..5cbfb66 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@
-## Migration Guide for Version 0.7.0
+## Migration Guide for Version 0.7.0 and Above
We've released version `0.7.0` of the SDK with significant architectural changes. This update introduces `AsyncHumeClient` and `HumeClient`, improves type safety and async support, and provides more granular configuration options. To help you transition, we've prepared a comprehensive migration guide:
@@ -248,18 +248,10 @@ client = HumeClient(
)
```
-## Beta Status
-
-This SDK is in beta, and there may be breaking changes between versions without a major
-version update. Therefore, we recommend pinning the package version to a specific version.
-This way, you can install the same version each time without breaking changes.
-
## Contributing
While we value open-source contributions to this SDK, this library is generated programmatically.
-Additions made directly to this library would have to be moved over to our generation code,
-otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
-a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
-an issue first to discuss with us!
+
+Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!