Skip to content

Commit 2507070

Browse files
author
github-actions
committed
Generated v16.1.0.rc.1
1 parent bd7ded7 commit 2507070

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v16.1.0.rc.1](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.1) (2026-03-25)
4+
5+
- No notable changes in this release.
6+
37
## [v16.1.0.rc.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v16.1.0.rc.0) (2026-03-25)
48

59
**Enhancements:**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Ruby client library for interacting with most facets of the [Fastly API](https://www.fastly.com/documentation/reference/api/).
44

5-
> ⚠️ This client library (`16.1.0.rc.0`) is an early-access release. Features may change without notice. Use at your own risk.
5+
> ⚠️ This client library (`16.1.0.rc.1`) is an early-access release. Features may change without notice. Use at your own risk.
66
77
**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).
88

@@ -14,7 +14,7 @@ Read about the [Fastly Product Lifecycle](https://docs.fastly.com/products/fastl
1414
To install via RubyGems, add the following to your project's `Gemfile`:
1515

1616
```ruby
17-
gem 'fastly', '~> 16.1.0.rc.0'
17+
gem 'fastly', '~> 16.1.0.rc.1'
1818
```
1919

2020
Then run `bundle install`.

lib/fastly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
=end
1010

1111
module Fastly
12-
VERSION = '16.1.0.rc.0'
12+
VERSION = '16.1.0.rc.1'
1313
end

0 commit comments

Comments
 (0)