CHANGELOG.md in fastly-8.8.0 vs CHANGELOG.md in fastly-8.9.0
- old
+ new
@@ -1,11 +1,33 @@
# Changelog
+## [v8.9.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.9.0) (2024-09-13)
+
+**Bug fixes:**
+
+- bugfix(rust): Implement std::fmt::Display instead of std::string::ToString for enum models.
+- fix(contact): Corrected endpoint called by `delete-contact` operation
+- fix(origin-inspector, domain-inspector): Use integer type for Timestamp.
+- fix(billing): Make all fields on billing list item data nullable
+
+**Enhancements:**
+
+- feat(acls-in-compute): Add ACLs in Compute API
+- feat(enabled-products): Updated to use `v1` versioned endpoints.
+- feat(enabled-products): Added `get-product-configuration`, `set-product-configuration` operations.
+- feat(realtime, historical): Added `request_denied_get_head_body` metric.
+- feat(tls): Add definitions for values of sort parameter
+- feat(staging): Add activate/deactivate endpoints for staging
+- feat(customer-addresses): Add Customer Addresses API
+
+**Documentation:**
+
+- doc(enabled-products): Added support for product IDs `bot_management` and `ngwaf`.
+
## [v8.8.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.8.0) (2024-08-21)
**Bug fixes:**
-- bugfix(py): Add dependencies to pyproject.toml.
- fix(billing): make rate-per-unit nullable
## [v8.7.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.7.0) (2024-08-08)
**Bug fixes:**