diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b17efc..0a56f00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@
## main
+
+## 3.2.1
- Change Reqres class name to ReqresLogger ([#36](https://github.com/AckeeCZ/Reqres/pull/36), kudos to @olejnjak)
## 3.2.0
diff --git a/Reqres.podspec b/Reqres.podspec
index 88c0eca..485884c 100644
--- a/Reqres.podspec
+++ b/Reqres.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Reqres'
- s.version = '3.2.0'
+ s.version = '3.2.1'
s.summary = 'Simple network activity logger'
s.description = <<-DESC
Logs every request app makes, works great with Alamofire.
diff --git a/Supporting files/Reqres.plist b/Supporting files/Reqres.plist
index 916a435..327f702 100644
--- a/Supporting files/Reqres.plist
+++ b/Supporting files/Reqres.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.2.0
+ 3.2.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass