From 894764e6f63dee162eeb6ff3c98e6da7f7bb1683 Mon Sep 17 00:00:00 2001 From: Caio Dottori Date: Mon, 12 Jul 2021 11:28:07 -0300 Subject: [PATCH] Update version to 2.11.0 --- CHANGELOG.md | 2 ++ starkbank/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"