Skip to content

Commit

Permalink
v6.3.0 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Mar 25, 2022
1 parent b9e1495 commit 59b4de4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [v6.2.0](https://github.com/fastly/go-fastly/releases/tag/v6.1.0) (2022-02-23)
## [v6.3.0](https://github.com/fastly/go-fastly/releases/tag/v6.3.0) (2022-03-25)

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

**Enhancements:**

- Support for Edge Rate Limiting [#341](https://github.com/fastly/go-fastly/pull/341)

**Bug fixes:**

- go.mod: downgrade to 1.16 [#340](https://github.com/fastly/go-fastly/pull/340)

## [v6.2.0](https://github.com/fastly/go-fastly/releases/tag/v6.2.0) (2022-02-23)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v6.1.0...v6.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 @@ -48,7 +48,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "6.2.0"
var ProjectVersion = "6.3.0"

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

0 comments on commit 59b4de4

Please sign in to comment.