diff --git a/CHANGELOG.md b/CHANGELOG.md index aacd9dc..17e8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/sygmaprotocol/sygma-inclusion-prover/compare/v1.0.3...v1.1.0) (2024-10-30) + + +### Features + +* separate archive and standard beacon clients ([#44](https://github.com/sygmaprotocol/sygma-inclusion-prover/issues/44)) ([88a4e0d](https://github.com/sygmaprotocol/sygma-inclusion-prover/commit/88a4e0d8112b1ebe74a70be2f8c06a6b94150e5b)) + + +### Bug Fixes + +* set lock on state root handling directly ([#46](https://github.com/sygmaprotocol/sygma-inclusion-prover/issues/46)) ([900d470](https://github.com/sygmaprotocol/sygma-inclusion-prover/commit/900d47000c9a3c3b4dd07cb602bc4edc95f5f14b)) + + +### Miscellaneous + +* Access Secrets based on segregated environments ([#47](https://github.com/sygmaprotocol/sygma-inclusion-prover/issues/47)) ([23d9da4](https://github.com/sygmaprotocol/sygma-inclusion-prover/commit/23d9da488a16a9e2955980384941852a2529f270)) + ## [1.0.3](https://github.com/sygmaprotocol/sygma-inclusion-prover/compare/v1.0.2...v1.0.3) (2024-06-07)