diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bebe181..149aeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.3.0...v0.4.0) (2026-05-13) + + +### Features + +* add changeset and operation to delete CRE workflow ([#54](https://github.com/smartcontractkit/cld-changesets/issues/54)) ([f0e341a](https://github.com/smartcontractkit/cld-changesets/commit/f0e341a654355183db5ff9d9c9e1697b5825282f)) + + +### Bug Fixes + +* use cache dir for sol programs loading ([#52](https://github.com/smartcontractkit/cld-changesets/issues/52)) ([b04f4d9](https://github.com/smartcontractkit/cld-changesets/commit/b04f4d9908495e6048a59a1f0892ea5d4ddddc37)) + ## [0.3.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.2.0...v0.3.0) (2026-05-08)