diff --git a/README.md b/README.md index 9f7db95..2e67b6a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ They will either be BringRequestException, BringParseException, or BringAuthExce ## Changelog +### 2.1.0 + +Add notify() method to send push notifications to other list members, thanks to [@tr4nt0r](https://github.com/tr4nt0r)! + +Add method to complete items, thanks to [@tr4nt0r](https://github.com/tr4nt0r)! + +Fix error handling in login method, thanks to [@tr4nt0r](https://github.com/tr4nt0r)! + ### 2.0.0 Add exceptions and typings, thanks to [@miaucl](https://github.com/miaucl)! diff --git a/setup.cfg b/setup.cfg index 7b4cdcd..eb7702b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-bring-api -version = 2.0.0 +version = 2.1.0 author = Elias Ball author_email = contact.eliasball@gmail.com description = Unofficial python package to access Bring! shopping lists API.