Skip to content

Commit a7f54d8

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](1.0.0...1.0.1) (2024-05-22) ### Code Refactoring * send integration name and integration version in message request ([#42](#42)) ([baf3e8a](baf3e8a)) ### Continuous Integration * add sync step ([a69e7e9](a69e7e9)) * fix release os ([#41](#41)) ([8e2ee37](8e2ee37))
1 parent 590870f commit a7f54d8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/paypal/paypal-messages-android/compare/1.0.0...1.0.1) (2024-05-22)
4+
5+
6+
### Code Refactoring
7+
8+
* send integration name and integration version in message request ([#42](https://github.com/paypal/paypal-messages-android/issues/42)) ([baf3e8a](https://github.com/paypal/paypal-messages-android/commit/baf3e8a48fb1edc44a27ff847b5bf452060f161c))
9+
10+
11+
### Continuous Integration
12+
13+
* add sync step ([a69e7e9](https://github.com/paypal/paypal-messages-android/commit/a69e7e9a1a8f87536d03b871686c8abe5bb0347c))
14+
* fix release os ([#41](https://github.com/paypal/paypal-messages-android/issues/41)) ([8e2ee37](https://github.com/paypal/paypal-messages-android/commit/8e2ee379053d5e95da7191f3c78df9cb4fd73193))
15+
316
## 1.0.0 (2024-05-14)
417

518

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jmailen.gradle.kotlinter.tasks.FormatTask
44

55
buildscript {
66
ext.modules = [
7-
"sdkVersionName" : "1.0.0",
7+
"sdkVersionName" : "1.0.1",
88
"androidMinSdkVersion": 23,
99
"androidTargetVersion": 34
1010
]

0 commit comments

Comments
 (0)