Skip to content

Commit

Permalink
chore: 5.56.0 (release)
Browse files Browse the repository at this point in the history
## [5.56.0](v5.55.9...v5.56.0) (2024-06-25)

### Features

* Add option to disable certificate pinning ([#495](#495)) ([7c53bad](7c53bad))
  • Loading branch information
mparticle-automation committed Jun 25, 2024
1 parent 7c53bad commit e784d81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.56.0](https:/mParticle/mparticle-android-sdk/compare/v5.55.9...v5.56.0) (2024-06-25)


### Features

* Add option to disable certificate pinning ([#495](https:/mParticle/mparticle-android-sdk/issues/495)) ([7c53bad](https:/mParticle/mparticle-android-sdk/commit/7c53badb8e7dcffb0210c63de5af6c9323814c7f))

## [5.55.9](https:/mParticle/mparticle-android-sdk/compare/v5.55.8...v5.55.9) (2024-06-25)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll

```groovy
dependencies {
implementation 'com.mparticle:android-core:5.55.9'
implementation 'com.mparticle:android-core:5.56.0'
}
```

Expand All @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
implementation (
'com.mparticle:android-example-kit:5.55.9',
'com.mparticle:android-another-kit:5.55.9'
'com.mparticle:android-example-kit:5.56.0',
'com.mparticle:android-another-kit:5.56.0'
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

allprojects {
group = 'com.mparticle'
version = '5.55.9-SNAPSHOT'
version = '5.56.0-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit e784d81

Please sign in to comment.