Skip to content

Commit

Permalink
[release] v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Nov 27, 2023
1 parent 7d27e81 commit 1ab1cea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Fixes
- Offline cache using SQLDelight #40
# Feature
- Support for push notification [android]

# Fix
- Database migration issue on desktop
3 changes: 1 addition & 2 deletions CHANGELOG/android-whats-new/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
➤ Play deal is open source now
➤ Initial Release as a multiplatform project
➤ Support for push notification
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object Artifact {
const val APP_ID = "me.sujanpoudel.playdeals"
const val APP_NAME = "App Deals"
const val VERSION_CODE = 24
const val VERSION_NAME = "2.0.6"
const val VERSION_CODE = 25
const val VERSION_NAME = "2.1.0"
const val MAJOR_RELEASE = true

const val ANDROID_COMPILE_SDK = 34
Expand Down
9 changes: 9 additions & 0 deletions shared/src/commonMain/resources/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# What's New in v2.1.0

**27th Nov 2023**

- **Support for push notification [android]:** You can now receive notification for new deals and summary. You can customize your notification preference from **"Settings>Push Notifications"**.
- **Minor bug fixes :).**

-------------------------------------------

# What's New in v2.0.4

**11th Sept 2023**
Expand Down

0 comments on commit 1ab1cea

Please sign in to comment.