Skip to content

Commit 25303a6

Browse files
docs: add v6.0.0-beta.0 announcement to README
1 parent be169ca commit 25303a6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Ruby API client for the [Auth0](https://auth0.com) platform.
1313
📚 <a href="#documentation">Documentation</a> - 🚀 <a href="#getting-started">Getting started</a> - 💻 <a href="#api-reference">API reference</a> - 💬 <a href="#feedback">Feedback</a>
1414
</div>
1515

16+
> [!NOTE]
17+
> **[v6.0.0-beta.0](https://github.com/auth0/ruby-auth0/releases/tag/v6.0.0.beta.0) is now available!** This release features a completely rewritten Management API client, auto-generated from the Auth0 OpenAPI spec using [Fern](https://buildwithfern.com/), with strongly-typed responses, built-in pagination, and automatic token management.
18+
>
19+
> ```bash
20+
> gem install auth0 --pre
21+
> ```
22+
>
23+
> We'd love your feedback — please [open an issue](https://github.com/auth0/ruby-auth0/issues/new) if you encounter any problems.
24+
>
25+
> 📖 [Migration Guide](https://github.com/auth0/ruby-auth0/blob/v6/v6_MIGRATION_GUIDE.md) ・ [Changelog](https://github.com/auth0/ruby-auth0/blob/v6/CHANGELOG.md) ・ [API Reference](https://github.com/auth0/ruby-auth0/blob/v6/reference.md)
26+
1627
## Documentation
1728
1829
- [API documentation](https://www.rubydoc.info/gems/auth0) - documentation auto-generated from the code comments that explains all the available features

0 commit comments

Comments
 (0)