We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b869187 commit be15d24Copy full SHA for be15d24
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# chainlink-deployments-framework
2
3
+## 0.19.0
4
+
5
+### Minor Changes
6
7
+- [#219](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/219) [`c797129`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c797129296135df9cab9a991d93db8e0c44ae02c) Thanks [@eduard-cl](https://github.com/eduard-cl)! - feat: introduce tron chain provider and ctf provider
8
9
## 0.18.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "chainlink-deployments-framework",
- "version": "0.18.0",
+ "version": "0.19.0",
"description": "A deployment framework for chainlink-deployments ",
"private": true,
"scripts": {
0 commit comments