Skip to content

Commit 33ed37f

Browse files
Version Packages (#569)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - [#568](#568) [`109b6f8`](109b6f8) Thanks [@giogam](https://github.com/giogam)! - feat: adds HMAC authentication support for catalog remote - [#559](#559) [`57ee135`](57ee135) Thanks [@ecPablo](https://github.com/ecPablo)! - Add support to decode proposals that use EIP-1967 proxies - [#562](#562) [`aa38817`](aa38817) Thanks [@jkongie](https://github.com/jkongie)! - Removes the import of a root `go.mod` from a scaffolded domain - [#567](#567) [`d06057a`](d06057a) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - Sui MCMS upgrade ### Patch Changes - [#530](#530) [`dc2c113`](dc2c113) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: make config files and chain credentials optional --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 109b6f8 commit 33ed37f

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/flat-moose-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/floppy-trams-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-views-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-sites-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/some-plants-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.65.0
4+
5+
### Minor Changes
6+
7+
- [#568](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/568) [`109b6f8`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/109b6f83cf7363665f02bba420fc149d677fccc0) Thanks [@giogam](https://github.com/giogam)! - feat: adds HMAC authentication support for catalog remote
8+
9+
- [#559](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/559) [`57ee135`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/57ee135753c5e7cabb5c14777d8fdf043f8b90a0) Thanks [@ecPablo](https://github.com/ecPablo)! - Add support to decode proposals that use EIP-1967 proxies
10+
11+
- [#562](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/562) [`aa38817`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/aa38817cb9b737abbc0af8de275521f8b5e5ee06) Thanks [@jkongie](https://github.com/jkongie)! - Removes the import of a root `go.mod` from a scaffolded domain
12+
13+
- [#567](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/567) [`d06057a`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d06057a020107659cf0b0e3697b43006bdb784f6) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - Sui MCMS upgrade
14+
15+
### Patch Changes
16+
17+
- [#530](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/530) [`dc2c113`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/dc2c113025c1c22f1384e33b1a10535df4ccfa30) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: make config files and chain credentials optional
18+
319
## 0.64.0
420

521
### Minor 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.64.0",
3+
"version": "0.65.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)