diff --git a/README.md b/README.md
index dad9bb4..f83c6b9 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,9 @@ mvn test
## Version History
+### 1.3.2
+- Add config to generate signed jars
+
### 1.3.1
- Optimize out busy-wait in the net selector
diff --git a/pom.xml b/pom.xml
index d98b34d..75bd903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
name.maxdeliso
teflon
- 1.3.1
+ 1.3.2
jar
teflon
https://github.com/maxdeliso/teflon
@@ -220,6 +220,20 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.1.0
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+