Skip to content

Commit

Permalink
Merge pull request #159 from fastly/phamann/v1.10.0
Browse files Browse the repository at this point in the history
Release v1.10.0
  • Loading branch information
phamann authored Apr 24, 2020
2 parents 2f76148 + 0f47665 commit 773c02d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2020-04-24
### Added
- tls: Add support for Platform TLS API endpoints ([#154](https://github.com/fastly/go-fastly/pull/154))

## [1.9.0] - 2020-04-23
### Changed
- splunk: Add missing TLS fields to the Splunk logging endpoint ([#156](https://github.com/fastly/go-fastly/pull/156))
Expand Down Expand Up @@ -159,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial tagged release

[Unreleased]: https://github.com/fastly/go-fastly/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/fastly/go-fastly/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/fastly/go-fastly/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/fastly/go-fastly/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/fastly/go-fastly/compare/v1.7.2...v1.8.0
[1.7.2]: https://github.com/fastly/go-fastly/compare/v1.7.1...v1.7.2
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const RealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "1.9.0"
var ProjectVersion = "1.10.0"

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

0 comments on commit 773c02d

Please sign in to comment.