diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+## 0.2.1.0
+- Bumped up version to update README.
+
 ## 0.2.0.0
 - Added APIs for setting port number and character encoding.
 - Updated type signature for mkMySQLConnectInfo to align with mysql-haskell.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -63,15 +63,13 @@
 - TLDR: Upstream wants to gauge community interest before absorbing this backend into the main repo.
 - Long version: See [issue yesodweb/persistent/issues/659](https://github.com/yesodweb/persistent/issues/659).
 
-#### mysql-haskell supports X but persistent-mysql-haskell API doesn't expose it. Why?
+#### persistent-mysql supports X but persistent-mysql-haskell API doesn't. Why?
 
 - Internals (getters/setters) of MySQLConnectInfo and `defaultConnectInfo` are intentionally masked for [forward compatibility](http://www.snoyman.com/blog/2016/11/designing-apis-for-extensibility).
 
-- Setting `MySQLConnectInfo` charset and port number  are in the works.
-
-- `TLS` support is also in the works.
+- `TLS` support is in the works.
 
-- For all others, including what's already in the works, feel free to open an issue and/or submit a PR.
+- For all others, feel free to open an issue and/or submit a PR.
 
 #### Does persistent-mysql-haskell ship with tests?
 
diff --git a/persistent-mysql-haskell.cabal b/persistent-mysql-haskell.cabal
--- a/persistent-mysql-haskell.cabal
+++ b/persistent-mysql-haskell.cabal
@@ -1,5 +1,5 @@
 name:            persistent-mysql-haskell
-version:         0.2.0.0
+version:         0.2.1.0
 license:         MIT
 license-file:    LICENSE
 author:          Naushadh <naushadh@protonmail.com>, Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman
