File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ UNRELEASED]
44
5- [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.5.0 ... )
5+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.5.1 ... )
66
77### Breaking:
88
99### Enhancements:
1010
1111### Bug fixes:
1212
13- - fix(debug mode): Ensure that HTTP errors are displayed in debug mode. ([ #704 ] ( https://github.com/fastly/go-fastly/pull/704 ) )
14- - fix(ngwaf): Address various issues in NGWAF APIs. ([ #705 ] ( https://github.com/fastly/go-fastly/pull/705 ) )
15-
1613### Dependencies:
1714
15+ ## [ v10.5.1] ( https://github.com/fastly/go-fastly/releases/tag/v10.5.1 ) (2025-06-30)
16+
17+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.5.1... )
18+
19+ ### Bug fixes:
20+
21+ - fix(debug mode): ensure that HTTP errors are displayed in debug mode ([ #704 ] ( https://github.com/fastly/go-fastly/pull/704 ) )
22+ - fix(ngwaf): address various issues in NGWAF APIs ([ #705 ] ( https://github.com/fastly/go-fastly/pull/705 ) )
23+
1824## [ v10.5.0] ( https://github.com/fastly/go-fastly/releases/tag/v10.5.0 ) (2025-06-24)
1925
2026[ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.4.0...v10.5.0 )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6363var ProjectURL = "github.com/fastly/go-fastly"
6464
6565// ProjectVersion is the version of this library.
66- var ProjectVersion = "10.5.0 "
66+ var ProjectVersion = "10.5.1 "
6767
6868// UserAgent is the user agent for this particular client.
6969var UserAgent = fmt .Sprintf ("FastlyGo/%s (+%s; %s)" ,
You can’t perform that action at this time.
0 commit comments