Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
elviva-mgp committed Jul 19, 2024
1 parent 17e862d commit a016094
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@

* Made card expiry field more intuitive

## 1.1.2 (2024-07-19)

### Improvements

* More improvement to UX of expiry card field
2 changes: 1 addition & 1 deletion MangopayCheckoutSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "MangopayCheckoutSDK"
spec.version = "1.1.1"
spec.version = "1.1.2"
spec.summary = "Checkout API Client, Payment Form UI and Utilities in Swift."

spec.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions MangopayCheckoutSDK/SentryManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ final public class SentryManager {
switch environment {
case .sandbox, .t3:
options.dsn = Constants.sentryDev
options.releaseName = "1.1.0"
options.releaseName = "1.1.2"
options.environment = "dev"
case .production:
options.dsn = Constants.sentryProd
options.releaseName = "1.0.9"
options.releaseName = "1.1.2"
options.environment = "production"
}

Expand Down
32 changes: 0 additions & 32 deletions Package.resolved

This file was deleted.

0 comments on commit a016094

Please sign in to comment.