diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eebf6b..c670a54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,4 +26,9 @@
* Add Native UI Support for Android and iOS
* Improve payment flow with native implementation of webview
-* Use public key for web checkout instead of secret key for better security
\ No newline at end of file
+* Use public key for web checkout instead of secret key for better security
+
+## 0.0.7+1
+
+* Update Assets from CDN
+* Update dependencies
diff --git a/README.md b/README.md
index 63cc168..3cd3581 100644
--- a/README.md
+++ b/README.md
@@ -16,19 +16,21 @@ The official **Chapa Flutter SDK** enables Flutter developers to integrate Chapa
Payment Methods in Grid View
-

+
Payment Methods in List View with Customized Button Color
-

+
Error
-

+
Successful Payment Receipt
-

+

+
+
diff --git a/lib/features/native-checkout/chapa_native_payment.dart b/lib/features/native-checkout/chapa_native_payment.dart
index b0a78a9..0e299b9 100644
--- a/lib/features/native-checkout/chapa_native_payment.dart
+++ b/lib/features/native-checkout/chapa_native_payment.dart
@@ -819,7 +819,7 @@ class _PaymentMethodsCustomBuilderViewState
color: Theme.of(context).scaffoldBackgroundColor,
boxShadow: [
BoxShadow(
- color: Theme.of(context).shadowColor.withAlpha(128), // 50% opacity You can change it to .withOpacity(0.05) just remember .withOpacity(0.05) is deprecated
+ color: Theme.of(context).shadowColor.withAlpha(24),
blurRadius: 2,
spreadRadius: 2.0,
offset: Offset(0, 4), // Controls the position of the shadow
diff --git a/pubspec.yaml b/pubspec.yaml
index 1a0c6ae..62d068c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: chapasdk
description: Chapa flutter library to accept payment via telebirr, CBEBirr, E-birr and m-pessa etc.
-version: 0.0.7
+version: 0.0.7+1
homepage: https://github.com/chapa-et/chapa-flutter
environment: