Skip to content

Commit 81d74de

Browse files
authored
chore: prepare version 1.2.2 (#1542)
1 parent b4aa2c6 commit 81d74de

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
## [Unreleased]
66

7+
## [1.2.2]
8+
9+
_2025-04-28_
10+
11+
### Spark
12+
* ✨ Introduce `SparkExceptionHandler` that allow users to control the behavior of some crashable unvalid events/states
13+
* 🐛 Fix `Image` Icon Size leading to crash
14+
* 🐛 `Image` will now signal that it's missing a defined size
15+
716
## [1.2.1]
817

918
_2025-03-27_
@@ -470,7 +479,9 @@ _2023-03-29_
470479

471480
<!-- Links -->
472481

473-
[Unreleased]: https://github.com/leboncoin/spark-android/compare/1.2.1...HEAD
482+
[Unreleased]: https://github.com/leboncoin/spark-android/compare/1.2.2...HEAD
483+
484+
[1.2.2]: https://github.com/leboncoin/spark-android/releases/tag/1.2.2
474485

475486
[1.2.1]: https://github.com/leboncoin/spark-android/releases/tag/1.2.1
476487

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# SOFTWARE.
2121
#
2222

23-
version=1.2.1
23+
version=1.2.2
2424
group=com.adevinta.spark
2525

2626
org.gradle.caching=true

0 commit comments

Comments
 (0)