Skip to content

Commit e5d5dbd

Browse files
release 11.3.1 (#748)
### Change summary <!-- Briefly describe the changes introduced in this pull request. Include context or reasoning behind the changes, even if they seem minor. If relevant, link to any related discussions (e.g. Slack threads, tickets, documents). --> 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 19c399d commit e5d5dbd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
### Enhancements:
1010

11+
### Bug fixes:
12+
13+
### Dependencies:
14+
15+
## [v11.3.1](https://github.com/fastly/go-fastly/releases/tag/v11.3.1) (2025-09-03)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v11.3.0...v11.3.1)
18+
1119
### Bug fixes:
1220
- fix(logging): Add CompressionCodec and GZipLevel to HTTPS update struct
1321

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