diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bf2d73..2b6e855 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.3.1 (2015-11-27)
+
+* [#46](https://github.com/trello/RxLifecycle/pull/46): Updated generic parameters of `Transformer<T, T>` to support Kotlin type inference.
+
 ## 0.3.0
 
 * [#12](https://github.com/trello/RxLifecycle/pull/12): Added `RxLifecycle.bindView()`. This allows binding a
diff --git a/README.md b/README.md
index dec6565..08cb477 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,8 @@ yourself and call `unsubscribe()` when appropriate.
 ## Installation
 
 ```gradle
-compile 'com.trello:rxlifecycle:0.3.0'
-compile 'com.trello:rxlifecycle-components:0.3.0'
+compile 'com.trello:rxlifecycle:0.3.1'
+compile 'com.trello:rxlifecycle-components:0.3.1'
 ```
 
 ## License
diff --git a/gradle.properties b/gradle.properties
index 91f1df3..36ca2a3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
 GROUP=com.trello
-VERSION_NAME=0.3.0-SNAPSHOT
-VERSION_CODE=3
+VERSION_NAME=0.3.1-SNAPSHOT
+VERSION_CODE=4
 
 POM_URL=https://github.com/trello/RxLifecycle
 POM_SCM_URL=https://github.com/trello/RxLifecycle