From 77060aa229ea3fc94f8bebce2b331720ef0708ad Mon Sep 17 00:00:00 2001
From: Aztec Bot <49558828+AztecBot@users.noreply.github.com>
Date: Wed, 4 Oct 2023 14:21:41 -0400
Subject: [PATCH] chore(master): Release 0.8.5 (#2688)
:robot: I have created a release *beep* *boop*
---
aztec-packages: 0.8.5
##
[0.8.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.8.4...aztec-packages-v0.8.5)
(2023-10-04)
### Bug Fixes
* Ensure resources ignition directory exists
([#2684](https://github.com/AztecProtocol/aztec-packages/issues/2684))
([f4f2cd0](https://github.com/AztecProtocol/aztec-packages/commit/f4f2cd04523381824c4e930af81cec79cc50eef9))
* Include resources folder in circuits.js package.json
([#2689](https://github.com/AztecProtocol/aztec-packages/issues/2689))
([34ed2c2](https://github.com/AztecProtocol/aztec-packages/commit/34ed2c2d4a8e12b649f428dd655a840a1282b69a))
* Npm publish order
([#2687](https://github.com/AztecProtocol/aztec-packages/issues/2687))
([876c0b1](https://github.com/AztecProtocol/aztec-packages/commit/876c0b1cccbe69d97964d9e90201ffd26adaca3d))
barretenberg.js: 0.8.5
##
[0.8.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.4...barretenberg.js-v0.8.5)
(2023-10-04)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
barretenberg: 0.8.5
##
[0.8.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.4...barretenberg-v0.8.5)
(2023-10-04)
### Miscellaneous
* **barretenberg:** Synchronize aztec-packages versions
---
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 4e88c922c0..b24f06a1fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.8.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.4...barretenberg-v0.8.5) (2023-10-04)
+
+
+### Miscellaneous
+
+* **barretenberg:** Synchronize aztec-packages versions
+
## [0.8.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.8.3...barretenberg-v0.8.4) (2023-10-04)
diff --git a/VERSION b/VERSION
index 8bae3b18b1..c242414d5e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.8.4 x-release-please-version
+v0.8.5 x-release-please-version
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 10b5661b40..792af3a8db 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.4 # x-release-please-version
+ VERSION 0.8.5 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
diff --git a/ts/CHANGELOG.md b/ts/CHANGELOG.md
index 70d7fb985d..51b41c0a24 100644
--- a/ts/CHANGELOG.md
+++ b/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.8.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.4...barretenberg.js-v0.8.5) (2023-10-04)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.8.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.8.3...barretenberg.js-v0.8.4) (2023-10-04)
diff --git a/ts/package.json b/ts/package.json
index cc22d4800b..512898f0fa 100644
--- a/ts/package.json
+++ b/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
- "version": "0.8.4",
+ "version": "0.8.5",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",