Skip to content

Commit

Permalink
Merge pull request #158 from fastly/mccurdyc/release-1.9.0
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
ezkl authored Apr 23, 2020
2 parents ff058e1 + a07064a commit be7351f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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))
- https: Add support for HTTPS logging endpoints ([#155](https://github.com/fastly/go-fastly/pull/155))

## [1.8.0] - 2020-04-21
### Changed
- client: Add NewRealtimeStatsClientForEndpoint API ([#152](https://github.com/fastly/go-fastly/pull/152))
Expand Down Expand Up @@ -154,7 +159,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.8.0...HEAD
[Unreleased]: https://github.com/fastly/go-fastly/compare/v1.9.0...HEAD
[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
[1.7.1]: https://github.com/fastly/go-fastly/compare/v1.7.0...v1.7.1
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.8.0"
var ProjectVersion = "1.9.0"

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

0 comments on commit be7351f

Please sign in to comment.