Skip to content

Commit 5af78e1

Browse files
authored
[create-pull-request] automated change
1 parent 55180da commit 5af78e1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
version_scheme = "semver"
3-
version = "2.4.3"
3+
version = "2.4.4"
44
version_files = [
55
"Sources/Primer3DS/Classes/version.swift:let Primer3DSSDKVersion",
66
"Primer3DS.podspec:s.version",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.4.4 (2025-07-01)
4+
5+
### Fix
6+
7+
- Add CARTES_BANCAIRES DSID Mapping (#60)
8+
39
## 2.4.3 (2025-04-29)
410

511
### Feat

Primer3DS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Primer3DS'
3-
s.version = '2.4.3'
3+
s.version = '2.4.4'
44
s.summary = 'A wrapper for the 3DS SDK.'
55

66
s.description = <<-DESC
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
let Primer3DSSDKVersion = "2.4.3"
1+
let Primer3DSSDKVersion = "2.4.4"
22
let NetceteraSDKVersion = "2.5.20"

0 commit comments

Comments
 (0)