Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umangmoe committed Mar 21, 2024
1 parent 1005729 commit e557099
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 21-04-2024

## 4.1.2

- Release Note [here](https://developers.moengage.com/hc/en-us/articles/4403896795540-Changelog#h_01HSFNBZR5J6TJBSF1YXK0CPW7)
- InAp version updated to `8.1.1`

# 19-03-2024

## 4.1.1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ catalog {
library("cardsCore", "com.moengage", "cards-core").version("2.0.1")
library("cardsUi", "com.moengage", "cards-ui").version("2.0.1")
library("geofence", "com.moengage", "geofence").version("4.0.1")
library("inapp", "com.moengage", "inapp").version("8.1.0")
library("inapp", "com.moengage", "inapp").version("8.1.1")
library("inboxCore", "com.moengage", "inbox-core").version("3.0.1")
library("inboxUi", "com.moengage", "inbox-ui").version("3.0.1")
library("pushKit", "com.moengage", "hms-pushkit").version("5.0.1")
Expand Down Expand Up @@ -67,7 +67,7 @@ catalog {

val mavenCentralRepositoryUsername: String by project
val mavenCentralRepositoryPassword: String by project
val libVersion = "4.1.1"
val libVersion = "4.1.2"

publishing {
publications {
Expand Down

0 comments on commit e557099

Please sign in to comment.