Skip to content

Commit

Permalink
updated changelog 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed Apr 29, 2024
1 parent 5ff086a commit 2b3dc4b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [1.0.0] - 2024-04-29

- Support CustomerInvoice:
- `finalize`
- `mark_as_paid`
- `send_by_email`
- `links`
- `import`
- Support per request `api_key` e.g `Pennylane::Customer.retrieve('cus_id', {api_key: 'x0fd....'})`
- Endpoints returning empty response we are doing +1 GET request at the resource. Not the best solution but at least we are sure we have fresh data.
- Added resource properties access with `#[]` e.g `cus['name']`

## [0.2.0-alpha] - 2024-04-20

- Support resources
Expand Down

0 comments on commit 2b3dc4b

Please sign in to comment.