Skip to content

Commit

Permalink
Changed POM and changelog
Browse files Browse the repository at this point in the history
Change-Id: Ib122c3ef692133df197059317b0dc8eaffb7abae
  • Loading branch information
williamphan committed Jan 13, 2015
1 parent 659670f commit 3813982
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.4 - 2015-01-13
### Added
- ReviewAssistant is now configurable.
- Maximum reviewers, configuration parameter.
- Auto add reviewer, configuration parameter.
- If +2 user is required, configuration parameter.
- Modifier for total review time, configuration parameter.
- Load balancing, configuration parameter.
- Age and limit in the +2 query, configuration parameter.

### Fixed
- Query only looks for changes with +2 code review.
- ReviewAssistant will now try to fill with reviewers until maxReviewers is reached.

## 0.3 - 2015-01-05
### Added
- Automatic adding of reviewer with merge rights.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.nexception.reviewassistant</groupId>
<artifactId>reviewassistant</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4</version>
<name>reviewassistant</name>

<properties>
Expand Down

0 comments on commit 3813982

Please sign in to comment.