Skip to content

Commit

Permalink
doc(CHANGELOG): v9.2.1 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Apr 9, 2024
1 parent d6cd42a commit ccf657f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v9.2.1](https://github.com/fastly/go-fastly/releases/tag/v9.2.1) (2024-04-09)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.2.0...v9.2.1)

**Bug fixes:**

- fix(tls_custom_activation): only error if no fields provided [#511](https://github.com/fastly/go-fastly/pull/511)

## [v9.2.0](https://github.com/fastly/go-fastly/releases/tag/v9.2.0) (2024-03-15)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.1.0...v9.2.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "9.2.0"
var ProjectVersion = "9.2.1"

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

0 comments on commit ccf657f

Please sign in to comment.