diff --git a/CHANGELOG.md b/CHANGELOG.md index b35b3a3..8f37e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment: ## [Unreleased] + +## [2.11.0] - 2021-07-12 ### Added - "payment" account type for Pix related resources - Institution resource to allow query of institutions recognized by the Brazilian Central Bank for Pix and TED transactions diff --git a/starkbank/__init__.py b/starkbank/__init__.py index efb893f..f3b7088 100644 --- a/starkbank/__init__.py +++ b/starkbank/__init__.py @@ -1,4 +1,4 @@ -version = "2.10.1" +version = "2.11.0" user = None language = "en-US"