Update pom and README
diff --git a/README b/README
index e50a471..8d1d06c 100644
--- a/README
+++ b/README
@@ -48,6 +48,12 @@
 Last important changes
 ----------------------
 
+Version 1.0.11-SNAPSHOT
+-----------------------
+
+-   Added a static method to obtain a geohash string in one call.
+    Thanks to Andy Chosak.
+
 Version 1.0.10
 --------------
 
diff --git a/pom.xml b/pom.xml
index aa88de0..cc101fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,9 @@
      <developer>
        <id>kungfoo</id>
      </developer>
+     <developer>
+       <id>github contributors</id>
+     </developer>
    </developers>
    <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>