Add the release note for Python client 3.2.0 (#599)

diff --git a/data/release-python.js b/data/release-python.js
index 0a51947..44771ba 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: "v3.2.0",vtag:"3.2.x",releaseNotes:"/release-notes/versioned/client-python-3.2.0/",doc:"/docs/client-libraries-python",version:"v3.2.x"},
 {tagName: "v3.1.0",vtag:"3.1.x",releaseNotes:"/release-notes/versioned/client-python-3.1.0/",doc:"/docs/client-libraries-python",version:"v3.1.x"},
 {tagName: "v3.0.0",vtag:"3.0.x",releaseNotes:"/release-notes/versioned/client-python-3.0.0/",doc:"/docs/client-libraries-python",version:"v3.0.x"},
 {tagName: "v2.10.1",vtag:"2.10.x",releaseNotes:"/release-notes/versioned/client-python-2.10.1/",doc:"/docs/2.10.x/client-libraries-python",version:"v2.10.x"},
diff --git a/release-notes/versioned/client-python-3.2.0.md b/release-notes/versioned/client-python-3.2.0.md
new file mode 100644
index 0000000..d99bbb8c
--- /dev/null
+++ b/release-notes/versioned/client-python-3.2.0.md
@@ -0,0 +1,17 @@
+## What's Changed
+* Bumped version to 3.2.0a1 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/105
+* Upgrade fastavro to 1.7.3 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/110
+* Update to bookkeeper client 4.16.1 by @merlimat in https://github.com/apache/pulsar-client-python/pull/111
+* [Doc] Add links to client docs and feature matrix in README.md by @momo-jun in https://github.com/apache/pulsar-client-python/pull/117
+* Bump the C++ client to 3.2.0 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/118
+* Add docs and tests for AuthenticationOauth2 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/120
+* Make acknowledge APIs synchronous and improve the documents by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/121
+* Use readNextAsync for reader.read_next() by @merlimat in https://github.com/apache/pulsar-client-python/pull/125
+* Release the GIL before any call to async methods by @merlimat in https://github.com/apache/pulsar-client-python/pull/123
+* Fetch writer schema to decode Avro messages by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/119
+* Include the C extension when generating API docs by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/126
+
+## New Contributors
+* @momo-jun made their first contribution in https://github.com/apache/pulsar-client-python/pull/117
+
+**Full Changelog**: https://github.com/apache/pulsar-client-python/compare/v3.1.0...v3.2.0