Skip to content

Commit

Permalink
Merge pull request #23 from 1Password/release/v1.1.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.1.0
  • Loading branch information
jpcoenen authored Jun 1, 2021
2 parents d03ce15 + 2d98643 commit 56c9169
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
[//]: # "START/LATEST"

[//]: # (START/LATEST)
# Latest

## Features

- A user-friendly description of a new feature. {issue-number}
* A user-friendly description of a new feature. {issue-number}

## Fixes

- A user-friendly description of a fix. {issue-number}
* A user-friendly description of a fix. {issue-number}

## Security
* A user-friendly description of a security fix. {issue-number}

---

[//]: # "START/v1.1.0"

# v1.1.0

## Features

- Vaults can be retrieved by their UUID with `GetVault(vaultUUID)`.

## Fixes

- A user-friendly description of a security fix. {issue-number}
- The `API_CREDENTIAL` category is now supported. {#14}

---

Expand Down
2 changes: 1 addition & 1 deletion connect/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package connect

// SDKVersion is the latest Semantic Version of the library
// Do not rename this variable without changing the regex in the Makefile
const SDKVersion = "1.0.1"
const SDKVersion = "1.1.0"

0 comments on commit 56c9169

Please sign in to comment.