diff --git a/CHANGELOG.md b/CHANGELOG.md index af8b2e0e57f..36a497d28f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [25.1.0](https://github.com/netlify/cli/compare/v25.0.1...v25.1.0) (2026-04-21) + + +### Features + +* add `db migrations reset` command ([#8177](https://github.com/netlify/cli/issues/8177)) ([3dd0f38](https://github.com/netlify/cli/commit/3dd0f38a8ed552d273cc5a1743561dcc78d3358f)) +* add `db status` command ([#8173](https://github.com/netlify/cli/issues/8173)) ([9bccaf9](https://github.com/netlify/cli/commit/9bccaf9b38edb733b683478771b392ea35a098bd)) +* Add deploy_source to CLI deploy requests (EX-2032) ([#8155](https://github.com/netlify/cli/issues/8155)) ([289933d](https://github.com/netlify/cli/commit/289933d77f19bfe5adfcf98b560a0645ec575c8f)) +* restructure db command files ([#8175](https://github.com/netlify/cli/issues/8175)) ([794c2e0](https://github.com/netlify/cli/commit/794c2e0876bf62109d5832057e4c64f548084419)) +* support `NETLIFY_DB_BRANCH` env var in `db status` command ([#8174](https://github.com/netlify/cli/issues/8174)) ([5647420](https://github.com/netlify/cli/commit/564742024938fb051420b432caf9fc177bd2dfe0)) + ## [25.0.1](https://github.com/netlify/cli/compare/v25.0.0...v25.0.1) (2026-04-17) diff --git a/package-lock.json b/package-lock.json index afc5d195811..7aa439f758a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "25.0.1", + "version": "25.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "25.0.1", + "version": "25.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9dceb56e777..6063ff06d01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "25.0.1", + "version": "25.1.0", "author": "Netlify Inc.", "type": "module", "engines": {