Skip to content

Commit 3fa8b31

Browse files
Version Packages (.)
1 parent a27b6ca commit 3fa8b31

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.110.0
4+
5+
### Minor Changes
6+
7+
- [#797](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/797) [`52ef992`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/52ef992edefe1e43bfd4ce722cca7aaca8943e93) Thanks [@stackman27](https://github.com/stackman27)! - Extend Canton chain authentication with OAuth2 client credentials (CI) and authorization code (local dev) providers, using RFC 8414 metadata discovery aligned with chainlink-canton authentication packages.
8+
9+
- [#1031](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1031) [`ca31efb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ca31efba19ceb83126e90a325042be5bdbd0f17b) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - feat(analyzer): implement Canton MCMS proposal analyzer
10+
11+
- [#1027](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1027) [`6a2444f`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6a2444fc3ae79c23f16ef548f11029b5f02564b2) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(datastore): add FindUniqueRef and FindAndFormatRef query helpers
12+
13+
- [#1021](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1021) [`df502cb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/df502cb014c275246c7d2880495a43070320f6c7) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(deployment): add OutputBuilder for changeset output and MCMS timelock proposals
14+
15+
- [#1030](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1030) [`f794f9d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f794f9d1d208095416437c3a6f3f0680985accf0) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(changeset): add sequenceutils.NewOnChainChangesetFromSequence for on-chain sequence changesets
16+
317
## 0.109.0
418

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

0 commit comments

Comments
 (0)