diff --git a/.version b/.version
index fff125e797..bcdb580320 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-4.38.0
+4.38.1
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 5bbdc1a357..c58266812b 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,10 +1,4 @@
-### New Features
-* Paywalls: add `updateWithDisplayCloseButton` to `PaywallViewController` (#3708) via Cesar de la Vega (@vegaro)
-* New `syncAttributesAndOfferingsIfNeeded` method (#3709) via Burdock (@lburdock)
-* Add targeting to `PresentedOfferingContext` (#3730) via Josh Holtz (@joshdholtz)
-* Add `currentOffering(forPlacement: String)` to `Offerings` (#3707) via Guido Torres (@guido732)
-* New `Package.presentedOfferingContext` (#3712) via Josh Holtz (@joshdholtz)
### Bugfixes
-* Mark methods with StaticString for appUserID as deprecated (#3739) via Mark Villacampa (@MarkVillacampa)
+* Fix for passing `TargetingContext` when using `currentOffering(forPlacement:)` (#3751) via Josh Holtz (@joshdholtz)
### Other Changes
-* [EXTERNAL] Spelling typo fix to comment (#3713) via @vdeaugustine (#3740) via Mark Villacampa (@MarkVillacampa)
+* Remove unneeded tests for StoreKit2 with JWS (#3747) via Josh Holtz (@joshdholtz)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 109125b617..9b856b65a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 4.38.1
+### Bugfixes
+* Fix for passing `TargetingContext` when using `currentOffering(forPlacement:)` (#3751) via Josh Holtz (@joshdholtz)
+### Other Changes
+* Remove unneeded tests for StoreKit2 with JWS (#3747) via Josh Holtz (@joshdholtz)
+
## 4.38.0
### New Features
* Paywalls: add `updateWithDisplayCloseButton` to `PaywallViewController` (#3708) via Cesar de la Vega (@vegaro)
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index be762ffcd2..001c89539e 100644
--- a/RevenueCat.podspec
+++ b/RevenueCat.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
- s.version = "4.38.0"
+ s.version = "4.38.1"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index 0b363ef3db..9cbf14a5e8 100644
--- a/RevenueCatUI.podspec
+++ b/RevenueCatUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
- s.version = "4.38.0"
+ s.version = "4.38.1"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 3119f60e8d..05e998c589 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@