From 3813982682f9567bd412e866166bcb0a9055a42d Mon Sep 17 00:00:00 2001 From: William Phan Date: Wed, 14 Jan 2015 00:01:35 +0100 Subject: [PATCH] Changed POM and changelog Change-Id: Ib122c3ef692133df197059317b0dc8eaffb7abae --- CHANGELOG.md | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b8f97..5b18b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pom.xml b/pom.xml index b66adc4..5c87f2f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.nexception.reviewassistant reviewassistant jar - 0.3.1-SNAPSHOT + 0.4 reviewassistant