Skip to content

Commit

Permalink
Merge pull request #49 from 1Password/release/v1.3.0
Browse files Browse the repository at this point in the history
Preparing release
  • Loading branch information
jillianwilson authored May 9, 2022
2 parents a11f065 + 850c742 commit aa4521f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,48 @@
[//]: # (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}

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

---

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

# v1.3.0

## Features

- Added the ability to get the TOTP value for an item. {44}
- Added method to retrieve a list of files for an item {39}
- Added method to download a file {39}
- Added the ability to create tags for sections when loading a struct {37}
- Added method for deleting an item by id {33}
- Added item state field and deprecated trashed field {30}

## Fixes

- Added UUID validation {41}

---

[//]: # (START/v1.2.0)
[//]: # "START/v1.2.0"

# v1.2.0

## Features
* Files stored as attachments or as fields can now be retrieved (requires Connect `v1.3.0` or later).
* Details of Connect API errors can now be inspected by unwrapping a returned error into a `onepassword.Error` struct. {#17}

- Files stored as attachments or as fields can now be retrieved (requires Connect `v1.3.0` or later).
- Details of Connect API errors can now be inspected by unwrapping a returned error into a `onepassword.Error` struct. {#17}

---

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

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

const VersionHeaderKey = "1Password-Connect-Version"

Expand Down

0 comments on commit aa4521f

Please sign in to comment.