You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/changelog.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -392,6 +392,13 @@
392
392
"title": "Added support to Data Feeds",
393
393
"topic": "Data Feeds"
394
394
},
395
+
{
396
+
"category": "release",
397
+
"date": "2026-01-09",
398
+
"description": "CRE CLI version 1.0.4 is now available with various small improvements and bug fixes.\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.",
399
+
"title": "CRE CLI v1.0.4",
400
+
"topic": "CRE"
401
+
},
395
402
{
396
403
"category": "release",
397
404
"date": "2026-01-07",
@@ -846,6 +853,13 @@
846
853
"title": "CCIP Expands to Tempo Testnet",
847
854
"topic": "CCIP"
848
855
},
856
+
{
857
+
"category": "release",
858
+
"date": "2025-12-12",
859
+
"description": "CRE CLI version 1.0.3 is now available with various small improvements and bug fixes.\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.",
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.2**.
14
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.4**.
15
15
16
16
<PageTabs
17
17
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
65
65
cre version
66
66
```
67
67
68
-
**Expected output:**`cre version v1.0.2`
68
+
**Expected output:**`cre version v1.0.4`
69
69
70
70
### Manual installation
71
71
@@ -97,7 +97,7 @@ Compare the `Hash` value in the output with the official checksum below:
Copy file name to clipboardExpand all lines: src/content/cre/llms-full-go.txt
+38-19Lines changed: 38 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -446,11 +446,29 @@ Last Updated: 2025-11-20
446
446
447
447
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
448
448
449
+
## CLI v1.0.4 - January 9, 2026
450
+
451
+
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.4" target="_blank">CRE CLI version 1.0.4</a> is now available.** This release includes various small improvements and bug fixes.
452
+
453
+
**How to update:**
454
+
455
+
- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version.
456
+
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
457
+
458
+
## CLI v1.0.3 - December 12, 2025
459
+
460
+
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.3" target="_blank">CRE CLI version 1.0.3</a> is now available.** This release includes various small improvements and bug fixes.
461
+
462
+
**How to update:**
463
+
464
+
- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version.
465
+
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
466
+
449
467
## CLI v1.0.2 - November 20, 2025
450
468
451
469
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2" target="_blank">CRE CLI version 1.0.2</a> is now available.** This release includes various improvements based on user feedback.
452
470
453
-
### How to update
471
+
**How to update:**
454
472
455
473
- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version.
456
474
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
@@ -532,7 +550,7 @@ These guides explain how to install the Chainlink Developer Platform CLI (also r
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.2**.
767
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.4**.
750
768
751
769
## Installation
752
770
@@ -776,7 +794,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
776
794
cre version
777
795
```
778
796
779
-
**Expected output:** `cre version v1.0.2`
797
+
**Expected output:** `cre version v1.0.4`
780
798
781
799
### Manual installation
782
800
@@ -804,7 +822,7 @@ Compare the `Hash` value in the output with the official checksum below:
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.4` of the CRE
7592
7610
CLI. You can check your installed version by running `cre version`. Refer to the [CLI
7593
7611
Installation](/cre/getting-started/cli-installation/macos-linux) guide for more information.
7594
7612
</Aside>
@@ -8480,12 +8498,12 @@ cre version
8480
8498
**Example output:**
8481
8499
8482
8500
```bash
8483
-
cre version v1.0.2
8501
+
cre version v1.0.4
8484
8502
```
8485
8503
8486
8504
8487
8505
<Aside type="note" title="Version compatibility">
8488
-
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.2**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
8506
+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.4**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
8489
8507
</Aside>
8490
8508
8491
8509
## Learn more
@@ -9612,7 +9630,8 @@ import {ReceiverTemplate} from "./ReceiverTemplate.sol";
9612
9630
* @title CalculatorConsumer (Testing Version)
9613
9631
* @notice This contract receives reports from a CRE workflow and stores the results of a calculation onchain.
9614
9632
* @dev Inherits from ReceiverTemplate which provides security checks. The forwarder address must be
9615
-
* configured at deployment. Additional security checks (workflowId, workflowName, author) can be enabled via setter functions.
9633
+
* configured at deployment. Additional security checks (workflowId, workflowName, author) can be enabled via setter
9634
+
* functions.
9616
9635
*/
9617
9636
contract CalculatorConsumer is ReceiverTemplate {
9618
9637
// Struct to hold the data sent in a report from the workflow
0 commit comments