Skip to content

Commit

Permalink
Merge pull request #182 from 1Password/release/v2.1.0
Browse files Browse the repository at this point in the history
Prepare Release - v2.1.0
  • Loading branch information
volodymyrZotov committed Jun 17, 2024
2 parents a8d1021 + 3353049 commit c6e0ebd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@

---

[//]: # (START/v2.1.0)
# v2.1.0

## Features
* Add support for Document Item category in item data source. {#171}
* Add support for getting file attachments of an item in item data source. {#171}
* Add support for getting an API Credential item's credential value in item data source. {#151}
* Add support for SSH Key Item category in item data source. {#158}

## Fixes
* Set password to null if not set. {#173}
* Throw a better error message when item creation fails. {#174}
* Improve examples and documentation. {#174}

---

[//]: # (START/v2.0.0)
# v2.0.0

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

var (
// ProviderVersion is set during release.
ProviderVersion = "2.0.0"
ProviderVersion = "2.1.0"
)

0 comments on commit c6e0ebd

Please sign in to comment.