diff --git a/CHANGELOG.md b/CHANGELOG.md index 546636fd..6566d46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [2.35.0](https://github.com/netlify/open-api/compare/v2.34.0...v2.35.0) (2024-12-05) + + +### Features + +* add getAllCertificates ([#551](https://github.com/netlify/open-api/issues/551)) ([5cb5e0e](https://github.com/netlify/open-api/commit/5cb5e0e9134d0b94d9c9606f7dc4d73b40d6ef72)) +* add minimal parameter to listAccountsForUser endpoint ([#552](https://github.com/netlify/open-api/issues/552)) ([314c696](https://github.com/netlify/open-api/commit/314c6961c43e3135975fd3459451835a8c08b1d4)) + + +### Bug Fixes + +* **getSite:** add account_id to the list of returned props ([#548](https://github.com/netlify/open-api/issues/548)) ([a2354bf](https://github.com/netlify/open-api/commit/a2354bf5576b69465e5c33401554a5e8957782b6)) + ## [2.34.0](https://github.com/netlify/open-api/compare/v2.33.1...v2.34.0) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index ae14b7f2..d44e005a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/open-api", - "version": "2.34.0", + "version": "2.35.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/open-api", - "version": "2.34.0", + "version": "2.35.0", "license": "MIT", "devDependencies": { "@redocly/cli": "^1.0.0-beta.128", diff --git a/package.json b/package.json index 162d639d..3f14f85c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@netlify/open-api", "description": "Netlify's open-api definition as a module", - "version": "2.34.0", + "version": "2.35.0", "author": "Netlify", "ava": { "files": [ diff --git a/swagger.yml b/swagger.yml index 956bd066..e20f7898 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.34.0 + version: 2.35.0 title: Netlify's API documentation description: >- Netlify is a hosting service for the programmable web. It understands your