Skip to content

Commit 467be00

Browse files
release (#730)
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 3a68eec commit 467be00

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
## [UNRELEASED]
44

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

77
### Breaking:
88

99
### Enhancements:
1010

1111
### Bug fixes:
1212

13-
- fix(ngwaf/v1/rules): Fix Typing on rate limit struct. [#729](https://github.com/fastly/go-fastly/pull/729)
14-
1513
### Dependencies:
1614

15+
## [v11.1.1](https://github.com/fastly/go-fastly/releases/tag/v11.1.1) (2025-08-04)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.1.0...v11.1.1)
18+
19+
### Bug fixes:
20+
21+
- fix(ngwaf/v1/rules): Fix Typing on rate limit struct. [#729](https://github.com/fastly/go-fastly/pull/729)
22+
1723
## [v11.1.0](https://github.com/fastly/go-fastly/releases/tag/v11.1.0) (2025-08-04)
1824

1925
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.0.0...v11.1.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.1.0"
67+
var ProjectVersion = "11.1.1"
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)