Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 5faf5c1

Browse files
committed
Update changelog & readme for release
1 parent d3421d0 commit 5faf5c1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
1.2.0 (unreleased)
44
------------------
55

6-
- Nothing changed yet.
6+
- Add support for different authentication methods
7+
- Add Black & isort checks on pull requests
78

89

910
1.1.0 (2020-03-25)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install alma-client
1616
```python
1717
from alma import Client
1818

19-
alma_client = Client(api_key="sk_test..")
19+
alma_client = Client.with_api_key("sk_test..")
2020
payments = alma_client.payments.fetch_all()
2121

2222
for p in payments:

0 commit comments

Comments
 (0)