Skip to content

Commit

Permalink
Merge pull request #66 from 1Password/release/v1.5.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.5.0
  • Loading branch information
edif2008 authored Jul 8, 2022
2 parents b484a1c + 13f6f77 commit ac4a2c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@

---

[//]: # (START/v1.5.0)
# v1.5.0

## Features

- Add `DeleteItemByTitle` function. {#61}

## Fixes

- Fix parameter names for `GetFile`. {#60}
- Fix `getItemUUID` to properly get the item's UUID. Credits to @snarlysodboxer for finding this bug and contributing with a fix for it. {#64}

---

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

# v1.4.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 = "v1.4.0"
const SDKVersion = "1.5.0"

const VersionHeaderKey = "1Password-Connect-Version"

Expand Down

0 comments on commit ac4a2c9

Please sign in to comment.