Skip to content

Commit b054d5d

Browse files
Version Packages (.)
1 parent 52abc89 commit b054d5d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# chainlink-deployments-framework
22

3+
## 0.68.2
4+
5+
### Patch Changes
6+
7+
- [#588](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/588) [`d1febae`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d1febae4f3ac585643b4e42c38ac0bed0b05f7e8) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(mcms): make proposalContextProvider a required param of BuildMCMSv2Cmd
8+
9+
- [#595](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/595) [`95f96d9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/95f96d9b2cd55a6fbbadd0728f2dd072d6fb88c2) Thanks [@finleydecker](https://github.com/finleydecker)! - Added -eth flag to the evm nodes fund command. Example: users can now use "-eth 10" to fund nodes up to 10 eth. Also added a new line separator to the current balance log to improve readability.
10+
311
## 0.68.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.68.1",
3+
"version": "0.68.2",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)