apiclient release v1.3.2.
diff --git a/CHANGELOG b/CHANGELOG
index af6d669..153d116 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+v1.3.2
+ Version 1.3.2
+
+ Small bugfix release.
+
+ - Fix an infinite loop for downloading small files.
+ - Fix a unicode error in error encoding.
+ - Better handling of `content-length` in media requests.
+ - Add support for methodPath entries containing colon.
+
v1.3.1
Version 1.3.1
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py
index 1e1a6cf..d2be3db 100644
--- a/googleapiclient/__init__.py
+++ b/googleapiclient/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.3.1"
+__version__ = "1.3.2"