Skip to content

Commit

Permalink
[AUTOMATIC] Release/7.4.0 (#571)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### New Features
* `Trusted Entitlements`: Add `verification` field to EntitlementInfo
and EntitlementInfos (#569) via Toni Rico (@tonidero)
* `Trusted Entitlements`: add support for setting `VerificationMode`
(#451) via NachoSoto (@NachoSoto)
### Dependency Updates
* Bump fastlane from 2.216.0 to 2.217.0 (#566) via dependabot[bot]
(@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#565) via dependabot[bot]
(@dependabot[bot])
  • Loading branch information
RCGitBot authored Nov 17, 2023
1 parent 79c7ea7 commit baf81a6
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.3
7.4.0
10 changes: 5 additions & 5 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### New Features
* `Trusted Entitlements`: Add `verification` field to EntitlementInfo and EntitlementInfos (#569) via Toni Rico (@tonidero)
* `Trusted Entitlements`: add support for setting `VerificationMode` (#451) via NachoSoto (@NachoSoto)
### Dependency Updates
* [AUTOMATIC] iOS 4.30.4 => 4.30.5 (#562) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] Android 7.2.2 => 7.2.3 (#560) via RevenueCat Git Bot (@RCGitBot)
### Other Changes
* Improve circleci deploy automation (#559) via Toni Rico (@tonidero)
* Fix deploy android circleci job (#558) via Toni Rico (@tonidero)
* Bump fastlane from 2.216.0 to 2.217.0 (#566) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#565) via dependabot[bot] (@dependabot[bot])
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 7.4.0
### New Features
* `Trusted Entitlements`: Add `verification` field to EntitlementInfo and EntitlementInfos (#569) via Toni Rico (@tonidero)
* `Trusted Entitlements`: add support for setting `VerificationMode` (#451) via NachoSoto (@NachoSoto)
### Dependency Updates
* Bump fastlane from 2.216.0 to 2.217.0 (#566) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#565) via dependabot[bot] (@dependabot[bot])

## 7.3.3
### Dependency Updates
* [AUTOMATIC] iOS 4.30.4 => 4.30.5 (#562) via RevenueCat Git Bot (@RCGitBot)
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
s.version = "7.3.3"
s.version = "7.4.0"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "7.3.3"
versionName "7.4.0"

consumerProguardFiles 'consumer-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

# Maven
GROUP=com.revenuecat.purchases
VERSION_NAME=7.3.3
VERSION_NAME=7.4.0
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
Expand Down
2 changes: 1 addition & 1 deletion ios/PurchasesHybridCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>7.3.3</string>
<string>7.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>7.3.3</string>
<string>7.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
"version": "7.3.3",
"version": "7.4.0",
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit baf81a6

Please sign in to comment.