diff --git a/.changeset/beige-sites-lie.md b/.changeset/beige-sites-lie.md deleted file mode 100644 index 1cef6ffb6..000000000 --- a/.changeset/beige-sites-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix: computation of the txNonce attribute in the upf converter diff --git a/.changeset/petite-seas-enter.md b/.changeset/petite-seas-enter.md deleted file mode 100644 index fc09fa3a7..000000000 --- a/.changeset/petite-seas-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -bump sui binding version diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc16e4d1..7d85c7ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.63.0 + +### Minor Changes + +- [#560](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/560) [`ed679a7`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ed679a72ab740098c18ad1750c80d81782e12d95) Thanks [@huangzhen1997](https://github.com/huangzhen1997)! - bump sui binding version + +### Patch Changes + +- [#561](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/561) [`280ce37`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/280ce37cdcc0981e55168ba099f909720d5912e1) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix: computation of the txNonce attribute in the upf converter + ## 0.62.0 ### Minor Changes diff --git a/package.json b/package.json index ab9503d80..d94f56232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.62.0", + "version": "0.63.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {