diff --git a/.CHANGELOG.md.initial b/.CHANGELOG.md.initial new file mode 100644 index 0000000..e69de29 diff --git a/.pre_release.counter b/.pre_release.counter new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.pre_release.counter @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..264d10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## v1.0.0-rc1 - 2023-10-26 +### Changed +- Changed the supported Circom version from 2.0.7 to 2.1.6. +- Suppress ANSI code in JSON logging for now, since the console shows the code raw, which is difficult to read. +- Update gitignore file to ignore .venv for release_helpers + +### Fixed +- Fix Docker image building by switching to path context (as opposed to the Git context which has issues with private Git submodules). +- Fix username and password for Docker base image build +