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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,13 @@
342
342
}
343
343
},
344
344
"data": [
345
+
{
346
+
"category": "release",
347
+
"date": "2025-11-20",
348
+
"description": "CRE CLI version 1.0.2 is now available with various improvements based on user feedback.\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.1**.
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.2**.
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.1`
68
+
**Expected output:**`cre version v1.0.2`
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/reference/cli/utilities.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: "Utility Commands"
5
5
metadata:
6
6
description: "Find CLI utility commands: reference for version checking, binding generation, and helpful development tools."
7
7
datePublished: "2025-11-04"
8
-
lastModified: "2025-11-04"
8
+
lastModified: "2025-11-20"
9
9
---
10
10
11
11
import { Aside } from"@components"
@@ -53,12 +53,12 @@ cre version
53
53
**Example output:**
54
54
55
55
```bash
56
-
cre version v1.0.1
56
+
cre version v1.0.2
57
57
```
58
58
59
59
{/* prettier-ignore */}
60
60
<Asidetype="note"title="Version compatibility">
61
-
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.1**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
61
+
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.
Copy file name to clipboardExpand all lines: src/content/cre/release-notes.mdx
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,22 @@ date: Last Modified
5
5
metadata:
6
6
description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment."
7
7
datePublished: "2025-11-04"
8
-
lastModified: "2025-11-04"
8
+
lastModified: "2025-11-20"
9
9
---
10
10
11
11
import { Aside } from"@components"
12
12
13
13
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
14
14
15
+
## CLI v1.0.2 - November 20, 2025
16
+
17
+
**<ahref="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.
18
+
19
+
### How to update
20
+
21
+
-**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.
22
+
-**Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
23
+
15
24
## Release - November 4, 2025
16
25
17
26
**Chainlink Runtime Environment (CRE) is now live.** CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.
0 commit comments