Skip to content

Commit 0cfe732

Browse files
authored
Prepare for 9.8.0 release. (#538)
1 parent d88c10a commit 0cfe732

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
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v9.8.0](https://github.com/fastly/go-fastly/releases/tag/v9.8.0) (2024-08-07)
4+
5+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.7.0...v9.8.0)
6+
7+
**Enhancements:**
8+
9+
- Add TCP Keep-Alive parameters to backend structs [#537](https://github.com/fastly/go-fastly/pull/537)
10+
311
## [v9.7.0](https://github.com/fastly/go-fastly/releases/tag/v9.7.0) (2024-06-21)
412

513
[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.6.0...v9.7.0)

fastly/client.go

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

6464
// ProjectVersion is the version of this library.
65-
var ProjectVersion = "9.7.0"
65+
var ProjectVersion = "9.8.0"
6666

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

0 commit comments

Comments
 (0)