diff --git a/CHANGELOG.md b/CHANGELOG.md
index d29b12ae..561a6a64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,6 @@
-# Version 4.3.2 (2020-08-06)
+# Version 4.3.1 (2020-08-06)
* [new] Shortcut to combine two specifications in the specification builder DSL.
-
-# Version 4.3.1 (2020-02-01)
-
* [fix] Accept Guice-specific `@Named` annotation as qualifier, in addition to all JSR-330 qualifiers.
# Version 4.3.0 (2019-12-17)
diff --git a/core/pom.xml b/core/pom.xml
index 8cc5b26b..12e86a3f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@
org.seedstack.business
business
- 4.3.2-SNAPSHOT
+ 4.3.1-SNAPSHOT
business-core
diff --git a/migrate/pom.xml b/migrate/pom.xml
index e5ada603..8f94014f 100644
--- a/migrate/pom.xml
+++ b/migrate/pom.xml
@@ -14,7 +14,7 @@
org.seedstack.business
business
- 4.3.2-SNAPSHOT
+ 4.3.1-SNAPSHOT
business-migrate
diff --git a/pom.xml b/pom.xml
index 547ec83e..7a44ae8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
org.seedstack.business
business
- 4.3.2-SNAPSHOT
+ 4.3.1-SNAPSHOT
pom
business
diff --git a/specs/pom.xml b/specs/pom.xml
index 5830bfa6..6b011acb 100644
--- a/specs/pom.xml
+++ b/specs/pom.xml
@@ -14,7 +14,7 @@
org.seedstack.business
business
- 4.3.2-SNAPSHOT
+ 4.3.1-SNAPSHOT
business-specs