Skip to content

Commit 02a0115

Browse files
2025-8-4 release (#728)
All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/go-fastly/pulls) for the same update/change? <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### New Feature Submissions: * [x] Does your submission pass tests?
1 parent 3f6b989 commit 02a0115

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
## [UNRELEASED]
44

5-
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.0.0...)
5+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.1.0...)
66

77
### Breaking:
88

99
### Enhancements:
1010

11-
- feat(client): Add support for impersonation. [#724](https://github.com/fastly/go-fastly/pull/724)
12-
- feat(ngwaf/v1/rules): Add support for rate limit workspace rules [#727](https://github.com/fastly/go-fastly/pull/727)
13-
1411
### Bug fixes:
1512

1613
### Dependencies:
1714

15+
## [v11.1.0](https://github.com/fastly/go-fastly/releases/tag/v11.1.0) (2025-08-04)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.0.0...v11.1.0)
18+
19+
### Enhancements:
20+
21+
- feat(client): Add support for impersonation. [#724](https://github.com/fastly/go-fastly/pull/724)
22+
- feat(ngwaf/v1/rules): Add support for rate limit workspace rules [#727](https://github.com/fastly/go-fastly/pull/727)
23+
1824
## [v11.0.0](https://github.com/fastly/go-fastly/releases/tag/v11.0.0) (2025-07-21)
1925

2026
[Full Changelog](https://github.com/fastly/go-fastly/compare/v10.5.1...v11.0.0)

fastly/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6464
var ProjectURL = "github.com/fastly/go-fastly"
6565

6666
// ProjectVersion is the version of this library.
67-
var ProjectVersion = "11.0.0"
67+
var ProjectVersion = "11.1.0"
6868

6969
// UserAgent is the user agent for this particular client.
7070
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",

0 commit comments

Comments
 (0)