Skip to content

Commit

Permalink
v5.1.2 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Nov 4, 2021
1 parent 8cef42b commit f91648b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v5.1.2](/~https://github.com/fastly/go-fastly/releases/tag/v5.1.2) (2021-11-04)

[Full Changelog](/~https://github.com/fastly/go-fastly/compare/v5.1.1...v5.1.2)

**Bug fixes:**

- Use pointer for `subnet` field [#316](/~https://github.com/fastly/go-fastly/pull/316)
- Replace form dependency with google's go-querystring [#315](/~https://github.com/fastly/go-fastly/pull/315)

## [v5.1.1](/~https://github.com/fastly/go-fastly/releases/tag/v5.1.1) (2021-10-11)

[Full Changelog](/~https://github.com/fastly/go-fastly/compare/v5.1.0...v5.1.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 = "5.1.1"
var ProjectVersion = "5.1.2"

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

0 comments on commit f91648b

Please sign in to comment.