Skip to content

Commit 76c09dd

Browse files
authored
doc(CHANGELOG): v9.3.2 (#524)
1 parent 0f6cf9c commit 76c09dd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

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)
413

514
[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.3.0...v9.3.1)
615

fastly/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const JSONMimeType = "application/json"
5858
var ProjectURL = "github.com/fastly/go-fastly"
5959

6060
// ProjectVersion is the version of this library.
61-
var ProjectVersion = "9.3.1"
61+
var ProjectVersion = "9.3.2"
6262

6363
// UserAgent is the user agent for this particular client.
6464
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",

0 commit comments

Comments
 (0)