diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccd0b3ee..fdf5affc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif()
project(
asio-grpc
- VERSION 3.2.0
+ VERSION 3.2.1
DESCRIPTION "Asynchronous gRPC with Asio/unified executors"
HOMEPAGE_URL "https://github.com/Tradias/asio-grpc"
LANGUAGES CXX)
diff --git a/cmake/AsioGrpcProtobufGenerator.cmake b/cmake/AsioGrpcProtobufGenerator.cmake
index f3705f27..ed07cdb1 100644
--- a/cmake/AsioGrpcProtobufGenerator.cmake
+++ b/cmake/AsioGrpcProtobufGenerator.cmake
@@ -19,7 +19,7 @@ In the same directory that called `find_package(asio-grpc)` the following CMake
It can be used to generate Protobuf/gRPC source files from `.proto` schemas.
If you are using [cmake-format](https://github.com/cheshirekow/cmake_format) then you can copy the `asio_grpc_protobuf_generate` section from
-[cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.2.0/cmake-format.yaml#L2-L14) to get proper formatting.
+[cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.2.1/cmake-format.yaml#L2-L14) to get proper formatting.
```cmake
asio_grpc_protobuf_generate(PROTOS [...]
diff --git a/sonar-project.properties b/sonar-project.properties
index 4e5eb1dc..b07a020f 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -5,7 +5,7 @@ sonar.host.url=https://sonarcloud.io
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=asio-grpc
-sonar.projectVersion=3.2.0
+sonar.projectVersion=3.2.1
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src