Skip to content

Commit 6f51edc

Browse files
Release 11.2.0 (#732)
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 ba90904 commit 6f51edc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88

99
### Enhancements:
1010

11-
- feat(ngwaf/workspaces): add DefaultRedirectURL field to workspaces. [#731](https://github.com/fastly/go-fastly/pull/731)
12-
1311
### Bug fixes:
1412

1513
### Dependencies:
1614

15+
## [v11.1.2](https://github.com/fastly/go-fastly/releases/tag/v11.1.2) (2025-08-06)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.1.1...v11.2.0)
18+
19+
### Enhancements:
20+
21+
- feat(ngwaf/workspaces): add DefaultRedirectURL field to workspaces. [#731](https://github.com/fastly/go-fastly/pull/731)
22+
1723
## [v11.1.1](https://github.com/fastly/go-fastly/releases/tag/v11.1.1) (2025-08-04)
1824

1925
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.1.0...v11.1.1)

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.1.1"
67+
var ProjectVersion = "11.2.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)