Skip to content

Commit 32d19c6

Browse files
v10.5.1
1 parent f560c15 commit 32d19c6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
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)

fastly/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6363
var 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.
6969
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",

0 commit comments

Comments
 (0)