diff --git a/CHANGELOG.md b/CHANGELOG.md index 125c6e7..375af19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v0.2.1 (2013-xx-xx) +v0.2.1 (2013-08-27) =============================================================================== - __FIX__: properly release subscription to write events when the write buffer diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/lib/Predis/Async/Client.php b/lib/Predis/Async/Client.php index 3b0035c..2451932 100644 --- a/lib/Predis/Async/Client.php +++ b/lib/Predis/Async/Client.php @@ -36,7 +36,7 @@ */ class Client { - const VERSION = '0.2.1-dev'; + const VERSION = '0.2.1'; protected $profile; protected $connection;