Skip to content

Commit

Permalink
v3.9.2 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jul 23, 2021
1 parent 6230f52 commit 049137c
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

## [v3.9.2](https://github.com/fastly/go-fastly/releases/tag/v3.9.2) (2021-07-23)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.1...v3.9.2)

**Bug fixes:**

- ACL entry `Subnet` field should be integer type [#288](https://github.com/fastly/go-fastly/pull/288)

## [v3.9.1](https://github.com/fastly/go-fastly/releases/tag/v3.9.1) (2021-07-21)

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

// ProjectVersion is the version of this library.
var ProjectVersion = "3.9.1"
var ProjectVersion = "3.9.2"

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

0 comments on commit 049137c

Please sign in to comment.