From 15870acf641939ed6431dc98c00b6329c5af65aa Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 15 Feb 2024 09:05:54 +0000 Subject: [PATCH 1/3] [AUTO-GENERATED] Update version to 4.2.5.0.0 --- CHANGELOG.md | 3 +++ ChartboostMediationAdapterBidMachine.podspec | 4 ++-- Source/BidMachineAdapter.swift | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c403265..e9b6ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter. Adapters are compatible with any Chartboost Mediation SDK version within that major version. +### 4.2.5.0.0 +- This version of the adapter has been certified with BidMachine 2.5.0. + ### 4.2.4.0.0.2 - Send price info when loading non-programmatic ads. - This version of the adapter has been certified with BidMachine 2.4.0.0. diff --git a/ChartboostMediationAdapterBidMachine.podspec b/ChartboostMediationAdapterBidMachine.podspec index b3842ff..adf195a 100644 --- a/ChartboostMediationAdapterBidMachine.podspec +++ b/ChartboostMediationAdapterBidMachine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ChartboostMediationAdapterBidMachine' - spec.version = '4.2.4.0.0.2' + spec.version = '4.2.5.0.0' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-bidmachine' spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' } @@ -24,7 +24,7 @@ Pod::Spec.new do |spec| spec.dependency 'ChartboostMediationSDK', '~> 4.0' # Partner network SDK and version that this adapter is certified to work with. - spec.dependency 'BidMachine', '~> 2.4.0.0' + spec.dependency 'BidMachine', '~> 2.5.0' # Indicates, that if use_frameworks! is specified, the pod should include a static library framework. spec.static_framework = true diff --git a/Source/BidMachineAdapter.swift b/Source/BidMachineAdapter.swift index 849a169..67d5d96 100644 --- a/Source/BidMachineAdapter.swift +++ b/Source/BidMachineAdapter.swift @@ -18,7 +18,7 @@ final class BidMachineAdapter: PartnerAdapter { /// The version of the adapter. /// It should have either 5 or 6 digits separated by periods, where the first digit is Chartboost Mediation SDK's major version, the last digit is the adapter's build version, and intermediate digits are the partner SDK's version. /// Format: `.....` where `.` is optional. - let adapterVersion = "4.2.4.0.0.2" + let adapterVersion = "4.2.5.0.0" /// The partner's unique identifier. let partnerIdentifier = "bidmachine" From 69939a544be9493fe274992cab36f7d993ce0ddf Mon Sep 17 00:00:00 2001 From: Kendall Rogers Date: Thu, 15 Feb 2024 12:49:20 -0800 Subject: [PATCH 2/3] Update workflows to use latest macos runners --- .github/workflows/release.yml | 2 +- .github/workflows/smoke-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 955ab8e..7456e07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,6 @@ env: jobs: release-adapter: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1 diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index ebbdd32..8542043 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -10,6 +10,6 @@ on: jobs: validate-podspec: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: chartboost/chartboost-ios-adapter-actions/adapter-smoke-test@v1 From 653b0dec80e2989da2ab8a69132cb87496a44f49 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 22 Feb 2024 23:01:49 +0000 Subject: [PATCH 3/3] [AUTO-GENERATED] Update version to 4.2.5.1.0 --- CHANGELOG.md | 3 +++ ChartboostMediationAdapterBidMachine.podspec | 4 ++-- Source/BidMachineAdapter.swift | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b6ccf..5d61ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter. Adapters are compatible with any Chartboost Mediation SDK version within that major version. +### 4.2.5.1.0 +- This version of the adapter has been certified with BidMachine 2.5.1. + ### 4.2.5.0.0 - This version of the adapter has been certified with BidMachine 2.5.0. diff --git a/ChartboostMediationAdapterBidMachine.podspec b/ChartboostMediationAdapterBidMachine.podspec index adf195a..f98db10 100644 --- a/ChartboostMediationAdapterBidMachine.podspec +++ b/ChartboostMediationAdapterBidMachine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ChartboostMediationAdapterBidMachine' - spec.version = '4.2.5.0.0' + spec.version = '4.2.5.1.0' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-bidmachine' spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' } @@ -24,7 +24,7 @@ Pod::Spec.new do |spec| spec.dependency 'ChartboostMediationSDK', '~> 4.0' # Partner network SDK and version that this adapter is certified to work with. - spec.dependency 'BidMachine', '~> 2.5.0' + spec.dependency 'BidMachine', '~> 2.5.1' # Indicates, that if use_frameworks! is specified, the pod should include a static library framework. spec.static_framework = true diff --git a/Source/BidMachineAdapter.swift b/Source/BidMachineAdapter.swift index 67d5d96..f21af6c 100644 --- a/Source/BidMachineAdapter.swift +++ b/Source/BidMachineAdapter.swift @@ -18,7 +18,7 @@ final class BidMachineAdapter: PartnerAdapter { /// The version of the adapter. /// It should have either 5 or 6 digits separated by periods, where the first digit is Chartboost Mediation SDK's major version, the last digit is the adapter's build version, and intermediate digits are the partner SDK's version. /// Format: `.....` where `.` is optional. - let adapterVersion = "4.2.5.0.0" + let adapterVersion = "4.2.5.1.0" /// The partner's unique identifier. let partnerIdentifier = "bidmachine"