Skip to content

Commit a0ac0b1

Browse files
committed
chore(release): 2.2.0
1 parent 8d04a00 commit a0ac0b1

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.2.0](https://github.com/rudderlabs/rudder-integration-braze-android/compare/v2.1.1...v2.2.0) (2026-03-18)
6+
7+
8+
### Features
9+
10+
* update braze sdk version to 41.1.1 and above ([#55](https://github.com/rudderlabs/rudder-integration-braze-android/issues/55)) ([8d04a00](https://github.com/rudderlabs/rudder-integration-braze-android/commit/8d04a0020e031f0d5db5d0c51bf57b4de3939484))
11+
512
### [2.1.1](https://github.com/rudderlabs/rudder-integration-braze-android/compare/v2.1.0...v2.1.1) (2026-01-02)
613

714

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ POM_LICENCE_URL=http://opensource.org/licenses/MIT
77
org.gradle.jvmargs=-Xmx1536m
88
POM_DEVELOPER_ID=Rudderstack
99
POM_LICENCE_NAME=The MIT License (MIT)
10-
VERSION_CODE=7
10+
VERSION_CODE=8
1111
POM_DEVELOPER_NAME=Rudderstack, Inc.
1212
POM_LICENCE_DIST=repo
13-
VERSION_NAME=2.1.1
13+
VERSION_NAME=2.2.0
1414
POM_URL=https://github.com/rudderlabs/rudder-integration-braze-android
1515
POM_SCM_URL=https://github.com/rudderlabs/rudder-integration-braze-android/tree/master
1616
POM_SCM_CONNECTION=scm:git:git://github.com/rudderlabs/rudder-integration-braze-android.git

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.2.0",
33
"dependencies": {
44
"properties-reader": "^2.2.0"
55
}

0 commit comments

Comments
 (0)