Skip to content

Commit

Permalink
Update version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Mar 9, 2021
1 parent 95eb63f commit 5325690
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]
## [2.8.0] - 2021-03-09
### Added
- Invoice.link property to allow easy access to invoice webpage
- Event.workspace_id property to multiple Workspace Webhook identification
- StarkBankError as base SDK Exception to facilitate general try-excepts
### Fixed
- Bad "+" char URL encoding on BrcodePreview

## [2.7.0] - 2021-02-26
### Added
- pdf function for retrieving PDF receipts from reversed invoice logs
Expand Down
2 changes: 1 addition & 1 deletion starkbank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.7.0"
version = "2.8.0"

user = None
language = "en-US"
Expand Down

0 comments on commit 5325690

Please sign in to comment.