Skip to content

Commit cc35fab

Browse files
authored
Merge pull request #87 from mattmanley/update_changelog_20210907
Updated changelog and version bump
2 parents ab78b72 + f722646 commit cc35fab

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.6.0](https://github.com/osmlab/maproulette-python-client/compare/v1.5.0...v1.6.0)
8+
9+
> 26 January 2021
10+
11+
- dev > master (version bump to 1.6.0) [`#76`](https://github.com/osmlab/maproulette-python-client/pull/76)
12+
- Merge dev > master [`#75`](https://github.com/osmlab/maproulette-python-client/pull/75)
13+
- Cooperative Work Model [`#69`](https://github.com/osmlab/maproulette-python-client/pull/69)
14+
- Updated changelog [`#71`](https://github.com/osmlab/maproulette-python-client/pull/71)
15+
- Added new endpoint for fetching tasks by bounding box [`#70`](https://github.com/osmlab/maproulette-python-client/pull/70)
16+
- Refactoring existing endpoint unit tests [`#67`](https://github.com/osmlab/maproulette-python-client/pull/67)
17+
718
#### [v1.5.0](https://github.com/osmlab/maproulette-python-client/compare/v1.4.0...v1.5.0)
819

920
> 3 September 2020

maproulette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .api.task import Task
1818
from .api.user import User
1919

20-
__version__ = '1.6.0'
20+
__version__ = '1.7.0'

0 commit comments

Comments
 (0)