From 4db1eb3688dfd949cbc23f44aa2066b2cf3e3079 Mon Sep 17 00:00:00 2001
From: Aztec Bot <49558828+AztecBot@users.noreply.github.com>
Date: Fri, 13 Oct 2023 13:54:29 -0300
Subject: [PATCH] chore(master): Release 0.8.13 (#2848)
:robot: I have created a release *beep* *boop*
---
aztec-packages: 0.8.13
##
[0.8.13](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.8.12...aztec-packages-v0.8.13)
(2023-10-13)
### Features
* **docs_tutorials:** Token Portal & Uniswap Tutorial
([#2726](https://github.com/AztecProtocol/aztec-packages/issues/2726))
([dbef55f](https://github.com/AztecProtocol/aztec-packages/commit/dbef55fc63a296e720e270616b8ae7bd642b8a28))
### Bug Fixes
* Added registry contract address to node terraform
([#2851](https://github.com/AztecProtocol/aztec-packages/issues/2851))
([bfc5feb](https://github.com/AztecProtocol/aztec-packages/commit/bfc5feb1bad76a5a1a4c7deb5ecd674f9ab42a9b))
* Create canary dockerhub manifest
([#2849](https://github.com/AztecProtocol/aztec-packages/issues/2849))
([1d7bd26](https://github.com/AztecProtocol/aztec-packages/commit/1d7bd26874af4f3c608ce707c81b844e929cc742))
* Fix check_circuit in goblin translator (resulted in flimsy test)
([#2827](https://github.com/AztecProtocol/aztec-packages/issues/2827))
([98b1679](https://github.com/AztecProtocol/aztec-packages/commit/98b16793b0e84360af8dc70934636d11d7bc7e29))
barretenberg.js: 0.8.13
##
[0.8.13](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.12...barretenberg.js-v0.8.13)
(2023-10-13)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
barretenberg: 0.8.13
##
[0.8.13](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.12...barretenberg-v0.8.13)
(2023-10-13)
### Bug Fixes
* Fix check_circuit in goblin translator (resulted in flimsy test)
([#2827](https://github.com/AztecProtocol/aztec-packages/issues/2827))
([98b1679](https://github.com/AztecProtocol/aztec-packages/commit/98b16793b0e84360af8dc70934636d11d7bc7e29))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 7 +++++++
VERSION | 2 +-
cpp/CMakeLists.txt | 2 +-
ts/CHANGELOG.md | 7 +++++++
ts/package.json | 2 +-
5 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e9e9ee60..5ec66b11cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.8.13](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.12...barretenberg-v0.8.13) (2023-10-13)
+
+
+### Bug Fixes
+
+* Fix check_circuit in goblin translator (resulted in flimsy test) ([#2827](https://github.com/AztecProtocol/aztec-packages/issues/2827)) ([98b1679](https://github.com/AztecProtocol/aztec-packages/commit/98b16793b0e84360af8dc70934636d11d7bc7e29))
+
## [0.8.12](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.11...barretenberg-v0.8.12) (2023-10-13)
diff --git a/VERSION b/VERSION
index d76a77589b..7fe74df530 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.8.12 x-release-please-version
+v0.8.13 x-release-please-version
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 9673bc9fe8..98277f26a2 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
- VERSION 0.8.12 # x-release-please-version
+ VERSION 0.8.13 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
diff --git a/ts/CHANGELOG.md b/ts/CHANGELOG.md
index 558f1fa434..82fc5c0c87 100644
--- a/ts/CHANGELOG.md
+++ b/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.8.13](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.12...barretenberg.js-v0.8.13) (2023-10-13)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.8.12](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.11...barretenberg.js-v0.8.12) (2023-10-13)
diff --git a/ts/package.json b/ts/package.json
index 73ede07f99..a2df0385be 100644
--- a/ts/package.json
+++ b/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
- "version": "0.8.12",
+ "version": "0.8.13",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",