diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c16eea3..8418e100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.49.1](https://github.com/netlify/open-api/compare/v2.49.0...v2.49.1) (2026-02-18) + + +### Bug Fixes + +* require is_secret attribute on deploy environment variables ([#621](https://github.com/netlify/open-api/issues/621)) ([964c698](https://github.com/netlify/open-api/commit/964c6988c6ae63d7097e816306b412991c9b578d)) + ## [2.49.0](https://github.com/netlify/open-api/compare/v2.48.0...v2.49.0) (2026-02-13) diff --git a/package-lock.json b/package-lock.json index 0e810ce1..4fe72cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/open-api", - "version": "2.49.0", + "version": "2.49.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e93755b..89eb8d45 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.49.0", + "version": "2.49.1", "author": "Netlify", "ava": { "files": [ diff --git a/swagger.yml b/swagger.yml index 252539d2..6cd0a27e 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.49.0 + version: 2.49.1 title: Netlify's API documentation description: >- Netlify is a hosting service for the programmable web. It understands your