diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index d25a501..88d34f8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..447735b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.29.0](https://github.com/matter-labs/zksync-crypto/compare/v0.28.0...v0.29.0) (2024-09-04) + + +### Features + +* **ci:** Introduce release-please and automatic publishing ([#19](https://github.com/matter-labs/zksync-crypto/issues/19)) ([a5444e3](https://github.com/matter-labs/zksync-crypto/commit/a5444e35f5074c0f0de6a9556c49682c228d92de)) + + +### Bug Fixes + +* Fix hard static analysis errors ([#18](https://github.com/matter-labs/zksync-crypto/issues/18)) ([29f0bdd](https://github.com/matter-labs/zksync-crypto/commit/29f0bddac058f0c460c36e914616252e9eee736e))