Skip to content

Commit a1c6028

Browse files
authored
Merge pull request #278 from 1Password/release/v3.0.0
Prepare Release - v3.0.0
2 parents 49594c6 + 16d5c8a commit a1c6028

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
3.0.0

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@
1010
## Security
1111
* A user-friendly description of a security fix. {issue-number}
1212

13+
---
14+
15+
[//]: # (START/v3.0.0)
16+
# v3.0.0
17+
18+
## 🔴 Breaking Changes
19+
* Remove `letters` option from password recipes. Letters are now always included in generated passwords and cannot be disabled. Configurations using `letters` in `password_recipe` will result in an error. {#256}
20+
* The `account` field should now be set to the account name. Account name appears at the top of the left sidebar in the 1Password desktop app.
21+
* Users who use biometric authentication should configure 1Password desktop app. {#270}
22+
23+
## Features
24+
* Update provider to use 1Password SDKs. {#270}
25+
* Add `connect_url` and `connect_token` configuration parameters. These are more specific alternatives to `url` and `token` for Connect authentication. The original `url` and `token` parameters continue to be supported but are set for deprecation. {#265}
26+
27+
## Fixes
28+
* Fix provider error when item is manually removed from 1Password. {#97}
29+
* Update testing documentation with available testing make commands and setup instructions. {#269}
30+
* Update README and documentation to reference 1Password developer portal. {#266}
31+
* Fix field reference from `label` to `id` for item data source. {#213}
32+
33+
## Changes
34+
* Remove 1Password CLI support in favor of SDKs. {#264}
35+
36+
## Security
37+
* Update `golang.org/x/crypto` from 0.39.0 to 0.45.0 to address security vulnerabilities. {#276}
38+
39+
40+
1341
---
1442

1543
[//]: # (START/v2.2.1)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
var (
44
// ProviderVersion is set during release.
5-
ProviderVersion = "2.2.1"
5+
ProviderVersion = "3.0.0"
66
)

0 commit comments

Comments
 (0)