Skip to content

Commit 86f52f3

Browse files
committed
0.14.0
1 parent 7072f64 commit 86f52f3

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v0.14.0](https://github.com/netlify/open-api/compare/v0.13.4...v0.14.0) - 2020-05-08
11+
12+
### Merged
13+
14+
- fix: update dependencies [`#229`](https://github.com/netlify/open-api/pull/229)
15+
- Fix race in RetryableTransport [`#230`](https://github.com/netlify/open-api/pull/230)
16+
- Add dns_zones API [`#211`](https://github.com/netlify/open-api/pull/211)
17+
18+
### Commits
19+
20+
- Add dnsZone tag and regenerate go client [`5b27806`](https://github.com/netlify/open-api/commit/5b278069583a49b5126bdd26572495c2da067643)
21+
- added all dns_zone and dns_record public endpoints [`3b83ce6`](https://github.com/netlify/open-api/commit/3b83ce611779759c8377e0fec54bc41e9332c187)
22+
- chore: update github.com/Azure/go-autorest/autorest [`0fa4b6f`](https://github.com/netlify/open-api/commit/0fa4b6ff3808cb21c767c3a0fed173a755ed3707)
23+
1024
## [v0.13.4](https://github.com/netlify/open-api/compare/v0.13.3...v0.13.4) - 2020-04-29
1125

1226
### Merged
@@ -128,7 +142,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
128142
### Commits
129143

130144
- Add prepublish hook [`ed4efa3`](https://github.com/netlify/open-api/commit/ed4efa3c36e4e052399877a74a71fda9e1c80010)
131-
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
145+
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
132146

133147
## [v0.11.1](https://github.com/netlify/open-api/compare/v0.11.0...v0.11.1) - 2019-03-06
134148

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "0.13.4",
4+
"version": "0.14.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 0.13.4
3+
version: 0.14.0
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)