File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v9.3.1] ( https://github.com/fastly/go-fastly/releases/tag/v9.3.0 ) (2024-04-17)
3
+ ## [ v9.3.2] ( https://github.com/fastly/go-fastly/releases/tag/v9.3.2 ) (2024-05-07)
4
+
5
+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v9.3.1...v9.3.2 )
6
+
7
+ ** Enhancements:**
8
+
9
+ - feat(tls_subscription): add ` tls_certificate ` attributes [ #523 ] ( https://github.com/fastly/go-fastly/pull/523 )
10
+ - tests(alerts): add percent alerts tests [ #522 ] ( https://github.com/fastly/go-fastly/pull/522 )
11
+
12
+ ## [ v9.3.1] ( https://github.com/fastly/go-fastly/releases/tag/v9.3.1 ) (2024-04-17)
4
13
5
14
[ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v9.3.0...v9.3.1 )
6
15
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const JSONMimeType = "application/json"
58
58
var ProjectURL = "github.com/fastly/go-fastly"
59
59
60
60
// ProjectVersion is the version of this library.
61
- var ProjectVersion = "9.3.1 "
61
+ var ProjectVersion = "9.3.2 "
62
62
63
63
// UserAgent is the user agent for this particular client.
64
64
var UserAgent = fmt .Sprintf ("FastlyGo/%s (+%s; %s)" ,
You can’t perform that action at this time.
0 commit comments