Skip to content

Commit

Permalink
Merge pull request #27 from 1Password/release/v1.2.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.2.0
  • Loading branch information
verkaufer authored Jul 12, 2021
2 parents 06c78cd + 8f1486d commit b4ee192
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

---

[//]: # (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}

---

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

# v1.1.0
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.1.0"
const SDKVersion = "1.2.0"

const VersionHeaderKey = "1Password-Connect-Version"

Expand Down

0 comments on commit b4ee192

Please sign in to comment.