Skip to content

Commit 051e0f4

Browse files
chore(release): 1.1.0
# [1.1.0](v1.0.0...v1.1.0) (2022-06-08) ### Features * configure Sonatype release for publishing to Maven Central ([#16](#16)) ([a7961a4](a7961a4))
1 parent b5a6e1d commit 051e0f4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/mParticle/crossplatform-sdk-tests/compare/v1.0.0...v1.1.0) (2022-06-08)
2+
3+
4+
### Features
5+
6+
* configure Sonatype release for publishing to Maven Central ([#16](https://github.com/mParticle/crossplatform-sdk-tests/issues/16)) ([a7961a4](https://github.com/mParticle/crossplatform-sdk-tests/commit/a7961a43f983914e4bdaa17ffc6eb7dc3e7513eb))
7+
18
# 1.0.0 (2022-05-03)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ repositories {
2020

2121
dependencies {
2222
...
23-
implementation("com.mparticle:models:1.0.0") // <--- add for serializable server DTOs
23+
implementation("com.mparticle:models:1.1.0") // <--- add for serializable server DTOs
2424
...
25-
androidTestImplementation("com.mparticle:testing:1.0.0") // <--- add for `Server` and instrumented testing base classes
25+
androidTestImplementation("com.mparticle:testing:1.1.0") // <--- add for `Server` and instrumented testing base classes
2626
}
2727
```
2828

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ xcodeproj=Tests/helpers/XCodeTest
1010
kotlin.mpp.stability.nowarn=true
1111

1212
group=com.mparticle.internal
13-
version=1.0.0
13+
version=1.1.0

0 commit comments

Comments
 (0)