README.md in fastly-4.0.0.alpha2 vs README.md in fastly-4.0.0.alpha3
- old
+ new
@@ -1,10 +1,10 @@
# fastly-ruby
A Ruby client library for interacting with most facets of the [Fastly API](https://developer.fastly.com/reference/api).
-> ⚠️ This client library (`4.0.0.alpha2`) is an early-access release. Features may change without notice. Use at your own risk.
+> ⚠️ This client library (`4.0.0.alpha3`) is an early-access release. Features may change without notice. Use at your own risk.
**We strongly recommend that you do not install alpha and beta releases on live production services.** No official support is provided for such releases. Please try out the library in a test environment, see what breaks without worrying about consequences, and give us [feedback](#issues).
Read about the [Fastly Product Lifecycle](https://docs.fastly.com/products/fastly-product-lifecycle).
@@ -12,11 +12,11 @@
## Installation
To install via RubyGems, add the following to your project's `Gemfile`:
```ruby
-gem 'fastly', '~> 4.0.0.alpha2'
+gem 'fastly', '~> 4.0.0.alpha3'
```
Then run `bundle install`.
## Usage
@@ -470,10 +470,10 @@
## Issues
If you encounter any non-security-related bug or unexpected behavior, please [file an issue][bug]
using the bug report template.
-[bug]: https://github.com/fastly/fastly-php/issues/new?labels=bug
+[bug]: https://github.com/fastly/fastly-ruby/issues/new?labels=bug
### Security issues
Please see our [SECURITY.md](./SECURITY.md) for guidance on reporting security-related issues.