Skip to content

Commit 07c4e4a

Browse files
v10.05.0
1 parent 7b93b5b commit 07c4e4a

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@
22

33
## [UNRELEASED]
44

5-
[Full Changelog](https://github.com/fastly/go-fastly/compare/v10.4.0...)
5+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v10.5.0...)
66

77
### Breaking:
88

99
### Enhancements:
10-
- feat(kv-store): add optional Name parameter to ListKVStoresInput ([#1417](https://github.com/fastly/go-fastly/pull/1417))
11-
12-
- feat(ngwaf): add support for rules ([#691](https://github.com/fastly/go-fastly/pull/691))
13-
- feat(ngwaf): add missing fields to workspaces ([#701](https://github.com/fastly/go-fastly/pull/701))
14-
- feat(ngwaf): add support for lists ([#700](https://github.com/fastly/go-fastly/pull/700))
1510

1611
### Bug fixes:
1712

1813
### Dependencies:
1914

15+
## [v10.5.0](https://github.com/fastly/go-fastly/releases/tag/v10.5.0) (2025-06-24)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v10.4.0...v10.5.0)
18+
19+
### Enhancements:
20+
21+
- feat(kv-store): add optional Name parameter to ListKVStoresInput ([#699](https://github.com/fastly/go-fastly/pull/699))
22+
- feat(ngwaf): add support for rules ([#691](https://github.com/fastly/go-fastly/pull/691))
23+
- feat(ngwaf): add missing fields to workspaces ([#701](https://github.com/fastly/go-fastly/pull/701))
24+
- feat(ngwaf): add support for lists ([#700](https://github.com/fastly/go-fastly/pull/700))
25+
2026
## [v10.4.0](https://github.com/fastly/go-fastly/releases/tag/v10.4.0) (2025-06-20)
2127

2228
[Full Changelog](https://github.com/fastly/go-fastly/compare/v10.3.0...v10.4.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 = "10.4.0"
65+
var ProjectVersion = "10.5.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)