diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c335f6..9bae1ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+v0.2.0: Sep 20 2011
+===================
+
+* Upgraded to Jersey 1.9.1.
+* Upgraded to Jerkson 0.4.2.
+* Replaced specialized `MessageReaderWriterProvider`s with `JerksonProvider`,
+ allowing Jersey resources to produce or consume any objects which Jerkson can
+ serialize or deserialize.
+
v0.1.9: Sep 13 2011
===================
diff --git a/LICENSE b/LICENSE.md
similarity index 96%
rename from LICENSE
rename to LICENSE.md
index 0b3d61d..604dd4a 100644
--- a/LICENSE
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Coda Hale
+Copyright (c) 2010-2011 Coda Hale
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/README.md b/README.md
index ab16642..c945fcc 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Requirements
------------
* Scala 2.8.1 or 2.9.0-1 or 2.9.1
-* Jerkson 0.4.1
-* Jersey 1.9
+* Jerkson 0.4.2
+* Jersey 1.9.1
* Slf4j API 1.6.2
@@ -24,7 +24,7 @@ How To Use
com.codahale
jersey-scala_${scala.version}
- 0.1.9
+ 0.2.0
```
diff --git a/pom.xml b/pom.xml
index d807ebe..e254c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.codahale
jersey-scala_2.9.1
- 0.2.0-SNAPSHOT
+ 0.2.0
Jersey Support for Scala ${scala.version}
diff --git a/pom_2.8.1.xml b/pom_2.8.1.xml
index 568c9c0..678fc9b 100644
--- a/pom_2.8.1.xml
+++ b/pom_2.8.1.xml
@@ -6,7 +6,7 @@
com.codahale
jersey-scala_2.8.1
- 0.2.0-SNAPSHOT
+ 0.2.0
Jersey Support for Scala ${scala.version}
diff --git a/pom_2.9.0-1.xml b/pom_2.9.0-1.xml
index c4912f0..9ef0b2d 100644
--- a/pom_2.9.0-1.xml
+++ b/pom_2.9.0-1.xml
@@ -6,7 +6,7 @@
com.codahale
jersey-scala_2.9.0-1
- 0.2.0-SNAPSHOT
+ 0.2.0
Jersey Support for Scala ${scala.version}