diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3cacd6..f916b6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # CHANGELOG +[3.15.14] - 2022-11-09 +### Hot Fix: +- Testing google pay +### Impact on existing integrations: +- The update does not impact existing integrations. +### Recommended changes for existing integrations before updating: +- None. +# CHANGELOG [3.15.12] - 2022-10-06 ### Hot Fix: - Minor Hot fix for dynamic card brand name diff --git a/README.md b/README.md index ed9098b9..f81e45f0 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ To integrate goSellSDK into your project add it in your **root** `build.gradle` Step 2. Add the dependency ```java dependencies { - implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.15.12' + implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.15.14' } ```