diff --git a/CHANGELOG.md b/CHANGELOG.md
index 336fdd2..58d23d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](http://semver.org/).
+## v3.3.2 (2021-11-08
+
+### Bug Fixes
+
+* Clip text using background path instead of via Xfermode to fix weird UI issues ([#202](https://github.com/sjwall/MaterialTapTargetPrompt/pull/202) [#201](https://github.com/sjwall/MaterialTapTargetPrompt/issues/201)) ([@peterdk](https://github.com/peterdk)))
+
## v3.3.1 (2021-11-06)
### Bug Fixes
diff --git a/README.md b/README.md
index a4699d5..69643ae 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@
-
+
@@ -63,7 +63,7 @@ Add the following to `build.gradle` using Maven Central:
```groovy
dependencies {
- implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.1'
+ implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.2'
}
```
Supports Android minSdkVersion 14
diff --git a/build.gradle b/build.gradle
index 3faf909..302615e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,6 +46,6 @@ ext {
compileSdkVersion = 30
buildToolsVersion = '30.0.3'
- versionCode = 65
- versionName = '3.3.1'
+ versionCode = 66
+ versionName = '3.3.2'
}
diff --git a/docs/javadoc/allclasses-index.html b/docs/javadoc/allclasses-index.html
index ad249a9..432b0f0 100644
--- a/docs/javadoc/allclasses-index.html
+++ b/docs/javadoc/allclasses-index.html
@@ -19,7 +19,7 @@
-All Classes (material-tap-target-prompt 3.3.1 API)
+All Classes (material-tap-target-prompt 3.3.2 API)
@@ -36,7 +36,7 @@