diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2d92b4..3c16eea3 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.0](https://github.com/netlify/open-api/compare/v2.48.0...v2.49.0) (2026-02-13) + + +### Features + +* support for db migrations ([#619](https://github.com/netlify/open-api/issues/619)) ([428d439](https://github.com/netlify/open-api/commit/428d439575aee0bf7911542a26133127c8fb0b57)) + ## [2.48.0](https://github.com/netlify/open-api/compare/v2.47.0...v2.48.0) (2026-02-06) diff --git a/package-lock.json b/package-lock.json index 8c2fa4d5..0e810ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/open-api", - "version": "2.48.0", + "version": "2.49.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54721c49..0e93755b 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.48.0", + "version": "2.49.0", "author": "Netlify", "ava": { "files": [ diff --git a/swagger.yml b/swagger.yml index 04287cb5..7012d81a 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.48.0 + version: 2.49.0 title: Netlify's API documentation description: >- Netlify is a hosting service for the programmable web. It understands your