Skip to content

Commit

Permalink
Merge pull request #111 from 1Password/release/v1.3.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.3.0
  • Loading branch information
volodymyrZotov committed Nov 29, 2023
2 parents 8b3afe6 + 9d2d60a commit a3609a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3609a8

Please sign in to comment.