From a84ed21dd0b475720c89051d13be8061ce6ad889 Mon Sep 17 00:00:00 2001
From: Aztec Bot <49558828+AztecBot@users.noreply.github.com>
Date: Tue, 12 Mar 2024 14:13:30 -0400
Subject: [PATCH] chore(master): Release 0.27.1 (#5158)
:robot: I have created a release *beep* *boop*
---
aztec-package: 0.27.1
##
[0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.27.0...aztec-package-v0.27.1)
(2024-03-12)
### Miscellaneous
* **aztec-package:** Synchronize aztec-packages versions
barretenberg.js: 0.27.1
##
[0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.27.0...barretenberg.js-v0.27.1)
(2024-03-12)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
aztec-cli: 0.27.1
##
[0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-cli-v0.27.0...aztec-cli-v0.27.1)
(2024-03-12)
### Miscellaneous
* **aztec-cli:** Synchronize aztec-packages versions
aztec-packages: 0.27.1
##
[0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.27.0...aztec-packages-v0.27.1)
(2024-03-12)
### Features
* Further ClientIVC breakdown
([#5146](https://github.com/AztecProtocol/aztec-packages/issues/5146))
([c8e1cb8](https://github.com/AztecProtocol/aztec-packages/commit/c8e1cb8c6bc07bda2cf4aec3b5d2b2120bfafd01))
* Nullifier non membership
([#5152](https://github.com/AztecProtocol/aztec-packages/issues/5152))
([426bd6d](https://github.com/AztecProtocol/aztec-packages/commit/426bd6d2490d59126a31de91cd783a76b0dfdc84))
### Bug Fixes
* Increase the json limit for RPC requests
([#5161](https://github.com/AztecProtocol/aztec-packages/issues/5161))
([419958c](https://github.com/AztecProtocol/aztec-packages/commit/419958c7c9abc40a5d83739a74e1ea0797b4f474))
* Move timers for ClientIVC breakdown
([#5145](https://github.com/AztecProtocol/aztec-packages/issues/5145))
([5457edb](https://github.com/AztecProtocol/aztec-packages/commit/5457edb3ddd29df96906f98fb05469a26a644654))
### Miscellaneous
* **boxes:** Adding clone contract option
([#4980](https://github.com/AztecProtocol/aztec-packages/issues/4980))
([a427aa5](https://github.com/AztecProtocol/aztec-packages/commit/a427aa533216187a23b0697a2d91a9d89fb1e0eb))
* Share code between provers
([#4655](https://github.com/AztecProtocol/aztec-packages/issues/4655))
([ef10d65](https://github.com/AztecProtocol/aztec-packages/commit/ef10d6576aa9e89eece5a40669c425ae7987ee8a))
barretenberg: 0.27.1
##
[0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.27.0...barretenberg-v0.27.1)
(2024-03-12)
### Features
* Further ClientIVC breakdown
([#5146](https://github.com/AztecProtocol/aztec-packages/issues/5146))
([c8e1cb8](https://github.com/AztecProtocol/aztec-packages/commit/c8e1cb8c6bc07bda2cf4aec3b5d2b2120bfafd01))
### Bug Fixes
* Move timers for ClientIVC breakdown
([#5145](https://github.com/AztecProtocol/aztec-packages/issues/5145))
([5457edb](https://github.com/AztecProtocol/aztec-packages/commit/5457edb3ddd29df96906f98fb05469a26a644654))
### Miscellaneous
* Share code between provers
([#4655](https://github.com/AztecProtocol/aztec-packages/issues/4655))
([ef10d65](https://github.com/AztecProtocol/aztec-packages/commit/ef10d6576aa9e89eece5a40669c425ae7987ee8a))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 10 +++++-----
CHANGELOG.md | 20 ++++++++++++++++++++
barretenberg/CHANGELOG.md | 17 +++++++++++++++++
barretenberg/cpp/CMakeLists.txt | 2 +-
barretenberg/ts/CHANGELOG.md | 7 +++++++
barretenberg/ts/package.json | 2 +-
yarn-project/aztec/CHANGELOG.md | 7 +++++++
yarn-project/aztec/package.json | 2 +-
yarn-project/cli/CHANGELOG.md | 7 +++++++
yarn-project/cli/package.json | 2 +-
10 files changed, 67 insertions(+), 9 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 730ce3899bb..6d2f484e77a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- ".": "0.27.0",
- "yarn-project/cli": "0.27.0",
- "yarn-project/aztec": "0.27.0",
- "barretenberg": "0.27.0",
- "barretenberg/ts": "0.27.0"
+ ".": "0.27.1",
+ "yarn-project/cli": "0.27.1",
+ "yarn-project/aztec": "0.27.1",
+ "barretenberg": "0.27.1",
+ "barretenberg/ts": "0.27.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3b71031ea3..57c7e0b6e12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.27.0...aztec-packages-v0.27.1) (2024-03-12)
+
+
+### Features
+
+* Further ClientIVC breakdown ([#5146](https://github.com/AztecProtocol/aztec-packages/issues/5146)) ([c8e1cb8](https://github.com/AztecProtocol/aztec-packages/commit/c8e1cb8c6bc07bda2cf4aec3b5d2b2120bfafd01))
+* Nullifier non membership ([#5152](https://github.com/AztecProtocol/aztec-packages/issues/5152)) ([426bd6d](https://github.com/AztecProtocol/aztec-packages/commit/426bd6d2490d59126a31de91cd783a76b0dfdc84))
+
+
+### Bug Fixes
+
+* Increase the json limit for RPC requests ([#5161](https://github.com/AztecProtocol/aztec-packages/issues/5161)) ([419958c](https://github.com/AztecProtocol/aztec-packages/commit/419958c7c9abc40a5d83739a74e1ea0797b4f474))
+* Move timers for ClientIVC breakdown ([#5145](https://github.com/AztecProtocol/aztec-packages/issues/5145)) ([5457edb](https://github.com/AztecProtocol/aztec-packages/commit/5457edb3ddd29df96906f98fb05469a26a644654))
+
+
+### Miscellaneous
+
+* **boxes:** Adding clone contract option ([#4980](https://github.com/AztecProtocol/aztec-packages/issues/4980)) ([a427aa5](https://github.com/AztecProtocol/aztec-packages/commit/a427aa533216187a23b0697a2d91a9d89fb1e0eb))
+* Share code between provers ([#4655](https://github.com/AztecProtocol/aztec-packages/issues/4655)) ([ef10d65](https://github.com/AztecProtocol/aztec-packages/commit/ef10d6576aa9e89eece5a40669c425ae7987ee8a))
+
## [0.27.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.26.6...aztec-packages-v0.27.0) (2024-03-12)
diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md
index b473c000d3d..007fb71e3a0 100644
--- a/barretenberg/CHANGELOG.md
+++ b/barretenberg/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.27.0...barretenberg-v0.27.1) (2024-03-12)
+
+
+### Features
+
+* Further ClientIVC breakdown ([#5146](https://github.com/AztecProtocol/aztec-packages/issues/5146)) ([c8e1cb8](https://github.com/AztecProtocol/aztec-packages/commit/c8e1cb8c6bc07bda2cf4aec3b5d2b2120bfafd01))
+
+
+### Bug Fixes
+
+* Move timers for ClientIVC breakdown ([#5145](https://github.com/AztecProtocol/aztec-packages/issues/5145)) ([5457edb](https://github.com/AztecProtocol/aztec-packages/commit/5457edb3ddd29df96906f98fb05469a26a644654))
+
+
+### Miscellaneous
+
+* Share code between provers ([#4655](https://github.com/AztecProtocol/aztec-packages/issues/4655)) ([ef10d65](https://github.com/AztecProtocol/aztec-packages/commit/ef10d6576aa9e89eece5a40669c425ae7987ee8a))
+
## [0.27.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.26.6...barretenberg-v0.27.0) (2024-03-12)
diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt
index 15a4003fb68..dd4aa5cda50 100644
--- a/barretenberg/cpp/CMakeLists.txt
+++ b/barretenberg/cpp/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
- VERSION 0.27.0 # x-release-please-version
+ VERSION 0.27.1 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
diff --git a/barretenberg/ts/CHANGELOG.md b/barretenberg/ts/CHANGELOG.md
index 05ca4120681..5b5afc85a13 100644
--- a/barretenberg/ts/CHANGELOG.md
+++ b/barretenberg/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.27.0...barretenberg.js-v0.27.1) (2024-03-12)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.27.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.26.6...barretenberg.js-v0.27.0) (2024-03-12)
diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json
index 57454a8df1d..983e39a36bf 100644
--- a/barretenberg/ts/package.json
+++ b/barretenberg/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
- "version": "0.27.0",
+ "version": "0.27.1",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",
diff --git a/yarn-project/aztec/CHANGELOG.md b/yarn-project/aztec/CHANGELOG.md
index b1309ecb8f8..42dac751310 100644
--- a/yarn-project/aztec/CHANGELOG.md
+++ b/yarn-project/aztec/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.27.0...aztec-package-v0.27.1) (2024-03-12)
+
+
+### Miscellaneous
+
+* **aztec-package:** Synchronize aztec-packages versions
+
## [0.27.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.26.6...aztec-package-v0.27.0) (2024-03-12)
diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json
index 9ecb167db71..543a928d579 100644
--- a/yarn-project/aztec/package.json
+++ b/yarn-project/aztec/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/aztec",
- "version": "0.27.0",
+ "version": "0.27.1",
"type": "module",
"exports": {
".": "./dest/index.js"
diff --git a/yarn-project/cli/CHANGELOG.md b/yarn-project/cli/CHANGELOG.md
index 3a14034116f..280512eeec8 100644
--- a/yarn-project/cli/CHANGELOG.md
+++ b/yarn-project/cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.27.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-cli-v0.27.0...aztec-cli-v0.27.1) (2024-03-12)
+
+
+### Miscellaneous
+
+* **aztec-cli:** Synchronize aztec-packages versions
+
## [0.27.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-cli-v0.26.6...aztec-cli-v0.27.0) (2024-03-12)
diff --git a/yarn-project/cli/package.json b/yarn-project/cli/package.json
index 2e2f46b5124..839b849f0e7 100644
--- a/yarn-project/cli/package.json
+++ b/yarn-project/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/cli",
- "version": "0.27.0",
+ "version": "0.27.1",
"type": "module",
"main": "./dest/index.js",
"bin": {