Skip to content

Commit

Permalink
Prepare for 0.7.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Jul 12, 2023
1 parent 0234978 commit a90eac8
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion convex-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion convex-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion convex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion convex-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion convex-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>

<name>Convex Java Client Library</name>
Expand Down
2 changes: 1 addition & 1 deletion convex-peer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion convex-restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion convex-sodium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
</parent>
<artifactId>convex-sodium</artifactId>
<name>Sodium integration for Convex</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.12-SNAPSHOT</version>
<version>0.7.12</version>
<packaging>pom</packaging>

<name>Convex Parent</name>
Expand Down

0 comments on commit a90eac8

Please sign in to comment.