diff --git a/.gitignore b/.gitignore
index d8b1d16..f86140d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
+.mvn/settings.xml
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 0000000..ba42136
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1 @@
+-s.mvn/settings.xml
diff --git a/.mvn/settings.example.xml b/.mvn/settings.example.xml
new file mode 100644
index 0000000..747ace6
--- /dev/null
+++ b/.mvn/settings.example.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+ central
+ ***
+ ***
+
+
+
+
+ central
+
+ true
+
+
+
+ ***
+ ***
+
+
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1c8099f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Changelog
+
+1.0.0 (2015)
+- Initial Release
+1.0.8
+- add support for bearer tokens
+1.0.9
+- fanout byte change
diff --git a/README.md b/README.md
index b01d146..5225e55 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Maven:
org.fanout
pubcontrol
- 1.0.7
+ 1.0.9
```
@@ -37,7 +37,6 @@ Usage
```java
import org.fanout.pubcontrol.*;
-import javax.xml.bind.DatatypeConverter;
import java.util.*;
public class PubControlExample {
@@ -76,9 +75,9 @@ public class PubControlExample {
// Initialize PubControl with a single endpoint:
List