Skip to content

Commit

Permalink
Prepare for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YokySantiago committed Apr 26, 2022
1 parent bdaae9e commit dbeedf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onfleet/_meta.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.3.0'

0 comments on commit dbeedf9

Please sign in to comment.