diff --git a/.changeset/petite-knives-stop.md b/.changeset/petite-knives-stop.md deleted file mode 100644 index c1add112d..000000000 --- a/.changeset/petite-knives-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -add TonMCMSChainState type diff --git a/.changeset/slimy-icons-divide.md b/.changeset/slimy-icons-divide.md deleted file mode 100644 index db4b80adb..000000000 --- a/.changeset/slimy-icons-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Bump to Go 1.26.2, update several dependencies, and migrate from `pgx/v4` to `pgx/v5`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9317c64..92c3ae0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.103.0 + +### Minor Changes + +- [#983](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/983) [`721c1ce`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/721c1cec87507df8d19ba4c64a1b2be7b609fe7d) Thanks [@ecPablo](https://github.com/ecPablo)! - add TonMCMSChainState type + +- [#981](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/981) [`4da8eba`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4da8eba6ddb0854bb7cddb250d323643c063cc36) Thanks [@patricios-space](https://github.com/patricios-space)! - Bump to Go 1.26.2, update several dependencies, and migrate from `pgx/v4` to `pgx/v5`. + ## 0.102.0 ### Minor Changes diff --git a/package.json b/package.json index 43abe0a51..7efbdf671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.102.0", + "version": "0.103.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {