Skip to content

Commit

Permalink
Generated v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 22, 2024
1 parent 767f245 commit 9fa77a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Ruby client library for interacting with most facets of the [Fastly API](https
To install via RubyGems, add the following to your project's `Gemfile`:

```ruby
gem 'fastly', '~> 8.7.0'
gem 'fastly', '~> 8.8.0'
```

Then run `bundle install`.
Expand Down
1 change: 1 addition & 0 deletions lib/fastly/models/billing_response_line_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def self.fastly_nullable
:'deleted_at',
:'updated_at',
:'credit_coupon_code',
:'rate_per_unit',
:'rate_schedule_no',
:'rate_schedule_tier_no',
:'usage_type_cd',
Expand Down
1 change: 1 addition & 0 deletions lib/fastly/models/line_item_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def self.fastly_types
def self.fastly_nullable
Set.new([
:'credit_coupon_code',
:'rate_per_unit',
:'rate_schedule_no',
:'rate_schedule_tier_no',
:'usage_type_cd',
Expand Down
2 changes: 1 addition & 1 deletion lib/fastly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
=end

module Fastly
VERSION = '8.7.0'
VERSION = '8.8.0'
end
2 changes: 1 addition & 1 deletion sig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"G": "01161630", "D": "80b361d0"}
{"G": "6c487eff", "D": "8fce7d1c"}

0 comments on commit 9fa77a5

Please sign in to comment.