diff --git a/.changeset/eight-dolls-yawn.md b/.changeset/eight-dolls-yawn.md deleted file mode 100644 index 34e4e1e8..00000000 --- a/.changeset/eight-dolls-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": patch ---- - -Update to latest chainlink-ccip/chains/solana diff --git a/.changeset/hip-adults-sniff.md b/.changeset/hip-adults-sniff.md deleted file mode 100644 index 8af8843f..00000000 --- a/.changeset/hip-adults-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -fix: make predecessors parameter optional on NewProposal and NewTimelockProposal diff --git a/.changeset/many-paws-type.md b/.changeset/many-paws-type.md deleted file mode 100644 index 84a9b8fb..00000000 --- a/.changeset/many-paws-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -feat: enable calling SetConfig without sending the transaction diff --git a/.changeset/moody-llamas-serve.md b/.changeset/moody-llamas-serve.md deleted file mode 100644 index 5e65d158..00000000 --- a/.changeset/moody-llamas-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -Expose additional functions to help with proposal decoding diff --git a/.changeset/violet-queens-rest.md b/.changeset/violet-queens-rest.md deleted file mode 100644 index 2d395ccc..00000000 --- a/.changeset/violet-queens-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -Remove dependency of timelock converter in solana with rpc.Client diff --git a/CHANGELOG.md b/CHANGELOG.md index 088e8838..7139e3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @smartcontractkit/mcms +## 0.12.0 + +### Minor Changes + +- [#297](https://github.com/smartcontractkit/mcms/pull/297) [`2a4a443`](https://github.com/smartcontractkit/mcms/commit/2a4a443552b4098fd6fb23055b8ec5a5fabb110b) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: make predecessors parameter optional on NewProposal and NewTimelockProposal + +- [#310](https://github.com/smartcontractkit/mcms/pull/310) [`d5d9b16`](https://github.com/smartcontractkit/mcms/commit/d5d9b166d63330dae68e518e8dcdd0b4744bada9) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: enable calling SetConfig without sending the transaction + +- [#301](https://github.com/smartcontractkit/mcms/pull/301) [`d8a156c`](https://github.com/smartcontractkit/mcms/commit/d8a156c94f693bfeaa63b85a21e47ec4b4f1190e) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Expose additional functions to help with proposal decoding + +- [#313](https://github.com/smartcontractkit/mcms/pull/313) [`4a4a5b5`](https://github.com/smartcontractkit/mcms/commit/4a4a5b52d56bdc8b1fc810a11dee58bd588d672d) Thanks [@ecPablo](https://github.com/ecPablo)! - Remove dependency of timelock converter in solana with rpc.Client + +### Patch Changes + +- [#311](https://github.com/smartcontractkit/mcms/pull/311) [`3808de9`](https://github.com/smartcontractkit/mcms/commit/3808de9556cd10fb713b009fa29b5ed859d9ae65) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Update to latest chainlink-ccip/chains/solana + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 23da0e4a..165c2cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartcontractkit/mcms", - "version": "0.11.0", + "version": "0.12.0", "description": "Tools/Libraries to Deploy/Manage/Interact with MCMS", "private": true, "scripts": {