Preparation for 3.9.2 release.
diff --git a/OCMock.podspec b/OCMock.podspec
index 78134e3..a89040a 100644
--- a/OCMock.podspec
+++ b/OCMock.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name                      = "OCMock"
-  s.version                   = "3.9.1"
+  s.version                   = "3.9.2"
 
   s.summary                   = "Mock objects for Objective-C"
   s.description               = <<-DESC
@@ -17,7 +17,7 @@
   s.author                    = { "Erik Doernenburg" => "erik@doernenburg.com" }
   s.social_media_url          = "https://toot.thoughtworks.com/@edoernen"
 
-  s.source                    = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.1" }
+  s.source                    = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.2" }
   s.source_files              = "Source/OCMock/*.{h,m}"
 
   s.requires_arc              = false
diff --git a/Source/Changes.txt b/Source/Changes.txt
index 8ebe3f5..4371eff 100644
--- a/Source/Changes.txt
+++ b/Source/Changes.txt
@@ -1,14 +1,14 @@
 Listing of notable changes by release. More detail is usually found in the Git
 commit messages and/or the pull requests.
 
-OCMock 3.9.2 (unreleased)
+OCMock 3.9.2 (2023-10-04)
 
 * Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)
 * Added visionOS to podspec. This is experimental, and there's no official
   support for visionOS in OCMock until it's available outside the beta.
 * Stopped forwarding C++ constructors and destructors when using partial
   mocks (Tom Burgin)
-* Fixed pontential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
+* Fixed potential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
 
 
 OCMock 3.9.1 (2021-10-31)
diff --git a/Source/OCMock/OCMock-Info.plist b/Source/OCMock/OCMock-Info.plist
index 8e6b489..e4e7239 100644
--- a/Source/OCMock/OCMock-Info.plist
+++ b/Source/OCMock/OCMock-Info.plist
@@ -17,13 +17,13 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.9.1</string>
+	<string>3.9.2</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>3.9.1</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2004-2021 Erik Doernenburg and contributors</string>
+	<string>Copyright © 2004-2023 Erik Doernenburg and contributors</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>