diff --git a/.changeset/smooth-plants-train.md b/.changeset/smooth-plants-train.md deleted file mode 100644 index 2bc0da74..00000000 --- a/.changeset/smooth-plants-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"setup-postgres": major ---- - -feat: add configurable image-tag input (note: this is a non-breaking change but wanted to bump it to 1.0.0) diff --git a/actions/setup-postgres/CHANGELOG.md b/actions/setup-postgres/CHANGELOG.md index f36c09a8..1c6e4aa3 100644 --- a/actions/setup-postgres/CHANGELOG.md +++ b/actions/setup-postgres/CHANGELOG.md @@ -1,5 +1,15 @@ # setup-postgres +## 1.0.0 + +### Major Changes + +- [#1005](https://github.com/smartcontractkit/.github/pull/1005) + [`570ca28`](https://github.com/smartcontractkit/.github/commit/570ca281405eaf4a7d8cf376b495c5c052cb57b7) + Thanks [@erikburt](https://github.com/erikburt)! - feat: add configurable + image-tag input (note: this is a non-breaking change but wanted to bump it to + 1.0.0) + ## 0.2.0 ### Minor Changes diff --git a/actions/setup-postgres/package.json b/actions/setup-postgres/package.json index e31f3ea6..79f2ad5d 100644 --- a/actions/setup-postgres/package.json +++ b/actions/setup-postgres/package.json @@ -1,6 +1,6 @@ { "name": "setup-postgres", - "version": "0.2.0", + "version": "1.0.0", "description": "", "private": true, "scripts": {},