diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a8c726fd..34da6d9b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Notable changes to Convex core modules will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## Unreleased
+## [0.7.11] - 2023-07-12
### Added
- Asset ownership based trust monitor `convex.trust.ownership-monitor`
@@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Account controllers can now be any scoped actor
- Various adjustments to improve CPoS latency
+- Experimental adjustments to CVM constants
### Fixed
+- Bug fixes for message decoding
## [0.7.11] - 2023-05-30
diff --git a/convex-benchmarks/pom.xml b/convex-benchmarks/pom.xml
index b09813098..ba496ce8d 100644
--- a/convex-benchmarks/pom.xml
+++ b/convex-benchmarks/pom.xml
@@ -4,7 +4,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
4.0.0
diff --git a/convex-cli/pom.xml b/convex-cli/pom.xml
index a3d6e3943..fd3cd8eb6 100644
--- a/convex-cli/pom.xml
+++ b/convex-cli/pom.xml
@@ -2,7 +2,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
4.0.0
diff --git a/convex-core/pom.xml b/convex-core/pom.xml
index e60515341..adfa05e7b 100644
--- a/convex-core/pom.xml
+++ b/convex-core/pom.xml
@@ -4,7 +4,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
diff --git a/convex-gui/pom.xml b/convex-gui/pom.xml
index df8d0156d..4788b812f 100644
--- a/convex-gui/pom.xml
+++ b/convex-gui/pom.xml
@@ -2,7 +2,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
4.0.0
diff --git a/convex-java/pom.xml b/convex-java/pom.xml
index b15ec3912..e9bb87a75 100644
--- a/convex-java/pom.xml
+++ b/convex-java/pom.xml
@@ -5,7 +5,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
Convex Java Client Library
diff --git a/convex-peer/pom.xml b/convex-peer/pom.xml
index 4e4333886..a046aebf3 100644
--- a/convex-peer/pom.xml
+++ b/convex-peer/pom.xml
@@ -4,7 +4,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
4.0.0
diff --git a/convex-restapi/pom.xml b/convex-restapi/pom.xml
index 59d035bbd..3ff2b16a3 100644
--- a/convex-restapi/pom.xml
+++ b/convex-restapi/pom.xml
@@ -2,7 +2,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
4.0.0
diff --git a/convex-sodium/pom.xml b/convex-sodium/pom.xml
index 4a4e0b506..e925b5d39 100644
--- a/convex-sodium/pom.xml
+++ b/convex-sodium/pom.xml
@@ -3,7 +3,7 @@
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
convex-sodium
Sodium integration for Convex
diff --git a/pom.xml b/pom.xml
index b42e53842..fef70123c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
world.convex
convex
- 0.7.12-SNAPSHOT
+ 0.7.12
pom
Convex Parent