diff --git a/.github/release-configs/release-please-manifest.json b/.github/release-configs/release-please-manifest.json index b725ab0..47fb725 100644 --- a/.github/release-configs/release-please-manifest.json +++ b/.github/release-configs/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7ed0d7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [2.0.2](https://github.com/heroku/heroku-pg-extras/compare/v2.0.1...v2.0.2) (2026-04-23) + + +### Bug Fixes + +* address high security vulns reported by Dependabot ([#273](https://github.com/heroku/heroku-pg-extras/issues/273)) ([70b99d0](https://github.com/heroku/heroku-pg-extras/commit/70b99d09be3c5fbba05a9b368b7c02960da1e8fc)) +* **deps:** bump fast-xml-parser and @aws-sdk/xml-builder ([#283](https://github.com/heroku/heroku-pg-extras/issues/283)) ([d3a76b3](https://github.com/heroku/heroku-pg-extras/commit/d3a76b37fcb844dcd0c90e7534d281107dd0099a)) +* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#260](https://github.com/heroku/heroku-pg-extras/issues/260)) ([5ae181b](https://github.com/heroku/heroku-pg-extras/commit/5ae181b23a47d0347ea4c7d8499660e1dd6390d9)) +* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#284](https://github.com/heroku/heroku-pg-extras/issues/284)) ([487ed7a](https://github.com/heroku/heroku-pg-extras/commit/487ed7ab1c41d1e43868623f9a3483b13a46cf6d)) +* **deps:** bump picomatch ([#281](https://github.com/heroku/heroku-pg-extras/issues/281)) ([2c75e9b](https://github.com/heroku/heroku-pg-extras/commit/2c75e9b4f4f486a00d75a760052d2c57359ed93b)) +* **deps:** bump the patch-dependencies group across 1 directory with 2 updates ([#264](https://github.com/heroku/heroku-pg-extras/issues/264)) ([0791775](https://github.com/heroku/heroku-pg-extras/commit/079177568211812f58070f028bb79239f5fe2c9f)) diff --git a/package-lock.json b/package-lock.json index d62f221..d7216bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@heroku-cli/heroku-pg-extras", - "version": "2.0.0", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@heroku-cli/heroku-pg-extras", - "version": "2.0.0", + "version": "2.0.2", "license": "ISC", "dependencies": { "@heroku-cli/command": "^11.5.0", diff --git a/package.json b/package.json index fb1d439..0962568 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/heroku-pg-extras", "description": "Heroku PG Extras CLI plugin", - "version": "2.0.1", + "version": "2.0.2", "author": "Heroku", "bugs": { "url": "https://github.com/heroku/heroku-pg-extras/issues"