Skip to content

Commit e9f4f07

Browse files
committed
Bump to v3.0.5
1 parent 9ab27f3 commit e9f4f07

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ The format is based on
77
This project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

10+
## [v3.0.5] - 2018-06-22
11+
### Added
12+
- Congratulate user when a challenge is completed (#112).
13+
- Challenge owners can set individual tasks to any status (#387).
14+
- Challenge owners can bulk reset tasks to Created stauts (#326).
15+
- Challenge owners can move challenges between projects (#328).
16+
- Administration of project managers.
17+
- Support for Read, Write, and Admin project manager roles.
18+
- Improved handling of server authentication and authorization errors.
19+
- Changeset source field on challenges with JOSM prefill (#361).
20+
21+
### Fixed
22+
- Ensure latest API key displayed after multiple consecutive resets.
23+
- Cloning a challenge could fail in some scenarios.
24+
- Ensure all challenges shown to challenge owner (#396).
25+
26+
### Changed
27+
- Relocated comments on task-completion sidebar (#296).
28+
29+
1030
## [v3.0.4] - 2018-06-08
1131
### Added
1232
- Option on user profile page to reset API key

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maproulette3",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

0 commit comments

Comments
 (0)