Skip to content

Commit

Permalink
V9.13.0 (#591)
Browse files Browse the repository at this point in the history
* chore(client.go): bump version to v9.13.0

* docs(CHANGELOG.md): add entry v9.13.0
  • Loading branch information
philippschulte authored Jan 27, 2025
1 parent aaf260d commit 918eb17
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v9.13.0](https://github.com/fastly/go-fastly/releases/tag/v9.13.0) (2025-01-27)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.12.0...v9.13.0)

**Enhancements:**

- feat(origin_inspector): Add `limit` query parameter [#568](https://github.com/fastly/go-fastly/pull/568)
- feat(products): Product-specific enablement and configuration [#570](https://github.com/fastly/go-fastly/pull/570)
- feat(domains_v1): Add support for new UDM endpoints [#577](https://github.com/fastly/go-fastly/pull/577)
- feat(computeacls): Add support for compute platform ACLs [#574](https://github.com/fastly/go-fastly/pull/574)

**Bug fixes:**

- fix(domains): Parse error response correctly [#579](https://github.com/fastly/go-fastly/pull/579)
- fix(products): Improve API usability [#572](https://github.com/fastly/go-fastly/pull/572)

**Dependencies:**

- build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.6.0 [#580](https://github.com/fastly/go-fastly/pull/580)
- build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 [#580](https://github.com/fastly/go-fastly/pull/580)
- build(deps): bump github.com/peterhellberg/link from 1.1.0 to 1.2.0 [#580](https://github.com/fastly/go-fastly/pull/580)
- build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 [#580](https://github.com/fastly/go-fastly/pull/580)
- build(deps): bump honnef.co/go/tools from 0.4.7 to 0.5.1 [#586](https://github.com/fastly/go-fastly/pull/586)
- build(deps): bump golang.org/x/tools from 0.15.0 to 0.29.0 [#587](https://github.com/fastly/go-fastly/pull/587)

## [v9.12.0](https://github.com/fastly/go-fastly/releases/tag/v9.12.0) (2024-11-07)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.11.0...v9.12.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "9.11.0"
var ProjectVersion = "9.13.0"

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

0 comments on commit 918eb17

Please sign in to comment.