File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ UNRELEASED]
4
4
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... )
6
6
7
7
### Breaking:
8
8
9
9
### 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 ) )
15
10
16
11
### Bug fixes:
17
12
18
13
### Dependencies:
19
14
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
+
20
26
## [ v10.4.0] ( https://github.com/fastly/go-fastly/releases/tag/v10.4.0 ) (2025-06-20)
21
27
22
28
[ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.3.0...v10.4.0 )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
62
62
var ProjectURL = "github.com/fastly/go-fastly"
63
63
64
64
// ProjectVersion is the version of this library.
65
- var ProjectVersion = "10.4 .0"
65
+ var ProjectVersion = "10.5 .0"
66
66
67
67
// UserAgent is the user agent for this particular client.
68
68
var UserAgent = fmt .Sprintf ("FastlyGo/%s (+%s; %s)" ,
You can’t perform that action at this time.
0 commit comments