Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-- committed May 10, 2019
1 parent e12f5c7 commit 932adb3
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
@@ -1,3 +1,11 @@
# 0.2.1 (2019.05.10)

### Breaking Changes

- `init` doesn't return `False` anymore if API set up/request has failed. Instead it now returns an Exception elaborating on what has happened.
- Several `loggers` replaced by Exceptions. If you rely on logging you can still catch those exceptions and gain more control over your logging.


# 0.2.0 (2019.02.07)

- Added new model `SofortRefund` to store refund data and base64-encoded PAIN file
Expand Down
2 changes: 1 addition & 1 deletion django_sofortueberweisung/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 932adb3

Please sign in to comment.