diff --git a/CHANGELOG.md b/CHANGELOG.md index ac87b2a..76ec294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.0 (2019-04-12) + +- Change MARA_XXX variables to functions to delay importing of imports + +**required changes** + +- If used together with a mara project, Update `mara-app` to `>=2.0.0` + + ## 2.3.0 (2019-02-25) - Use BingAds API v12 diff --git a/setup.py b/setup.py index 7f2a32c..4cda0a4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='bingads-performance-downloader', - version='2.3.0', + version='3.0.0', description="Downloads data from the BingAds Api to local files for usage in a data warehouse",