From dbeedf994fa263bc483826abdd429a6f055b0a51 Mon Sep 17 00:00:00 2001 From: Santiago Botero Ruiz Date: Tue, 26 Apr 2022 11:27:17 -0500 Subject: [PATCH] Prepare for v1.3.0 --- CHANGELOG.md | 6 ++++++ onfleet/_meta.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3778a..69b4301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2022-04-26 +### Added +- Get all tasks in team +- Get all worker assigned tasks + ## [1.2.1] - 2021-11-04 ### Fixed - Query parameter bug fix @@ -76,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release on PyPI [Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.2...HEAD +[1.3.0]: https://github.com/onfleet/pyonfleet/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/onfleet/pyonfleet/compare/v1.2...v1.2.1 [1.2]: https://github.com/onfleet/pyonfleet/compare/v1.1.6...v1.2 [1.1.6]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...v1.1.6 diff --git a/onfleet/_meta.py b/onfleet/_meta.py index ce34e91..f94ba41 100644 --- a/onfleet/_meta.py +++ b/onfleet/_meta.py @@ -1 +1 @@ -__version__ = '1.2.1' \ No newline at end of file +__version__ = '1.3.0' \ No newline at end of file