Skip to content

Commit 18e2f57

Browse files
committed
Add change log
1 parent 6d5a090 commit 18e2f57

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
---
1414

15+
[//]: # (START/v2.1.0)
16+
# v2.1.0
17+
18+
## Fixes
19+
* Fix `new_client_from_environment()` to support optional token parameter, matching URL parameter behavior. {#88}
20+
* Fix `get_item()` to successfully retrieve items with 26-character titles by adding fallback to title search when ID lookup fails. {#80}
21+
* Updated Slack developer link in documentation. {#130}
22+
23+
---
24+
1525
[//]: # (START/v2.0.0)
1626
# v2.0.0
1727

@@ -33,7 +43,7 @@
3343

3444
## Fixes
3545
* Fix default http client timeout. {#102}
36-
* Update override http client timeout env var name in readme. {#105}
46+
* Update override http client timeout env var name in readme. {#105}
3747

3848
---
3949

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)