diff --git a/.gitignore b/.gitignore index cd645a7f..a69cf058 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ spec/auth0.yml /.yardoc/object_types /.yardoc/objects/root.dat /.yardoc/proxy_types +.claude/ diff --git a/README.md b/README.md index 6bfcdbdf..2e9f9279 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ruby API client for the [Auth0](https://auth0.com) platform. > [!NOTE] -> **[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. +> **[v6.0.0.beta.1](https://github.com/auth0/ruby-auth0/releases/tag/v6.0.0.beta.1) 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. > > ```bash > gem install auth0 --pre