diff --git a/.VERSION b/.VERSION index cb174d58..589268e6 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index f5b09a8d..b6e4e248 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -27,7 +27,7 @@ jobs: if(!releaseBranchName) { return false } - const {data: prs} = await github.pulls.list({ + const {data: prs} = await github.rest.pulls.list({ ...context.repo, state: 'open', head: `1Password:${releaseBranchName}`, diff --git a/CHANGELOG.md b/CHANGELOG.md index 115197c8..ac0ad0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ --- +[//]: # (START/v1.3.0) +# v1.3.0 + +## Features + * Add Service Accounts support. Credits to @tim-oster for the contribution! {#79} + * Add debugging support. {#102} + +## Security + * Update dependencies with security vulnerabilities to patched versions. {#104, #112} + +--- + [//]: # (START/v1.2.1) # v1.2.1