Bump API version to 2.8.2

Change-Id: I70d0aa60d4ea40c0508091b4cdde9852f75cdeda
diff --git a/BUCK b/BUCK
index e690185..a955bf9 100644
--- a/BUCK
+++ b/BUCK
@@ -1,4 +1,4 @@
-API_VERSION = '2.8.1'
+API_VERSION = '2.8.2'
 REPO = GERRIT
 
 gerrit_plugin(
diff --git a/pom.xml b/pom.xml
index 1580cd0..979c949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <groupId>com.googlesource.gerrit.plugins.reviewers</groupId>
   <artifactId>reviewers</artifactId>
   <packaging>jar</packaging>
-  <version>2.8.1</version>
+  <version>2.8.2</version>
   <name>reviewers</name>
 
   <properties>