Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,13 @@
"title": "Added support to Data Feeds",
"topic": "Data Feeds"
},
{
"category": "release",
"date": "2026-09-03",
"description": "CRE CLI version 1.32.0 is now available. This release fixes bugs that could cause `cre login` to fail, makes Windows installation safer by verifying the downloaded CLI is authentic before installing, and includes updates to Solana workflow support.\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.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.31.0...v1.32.0)",
"title": "CRE CLI v1.32.0 — Login Fixes, Safer Windows Installation, and Solana Updates",
"topic": "CRE"
},
{
"category": "release",
"date": "2026-08-27",
Expand Down
4 changes: 3 additions & 1 deletion src/config/versions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ export const VERSIONS = {
},
// CRE CLI Versions — update LATEST here for each new release
"cre-cli": {
LATEST: "v1.31.0",
LATEST: "v1.32.0",
ALL: [
"v1.32.0",
"v1.31.0",
"v1.30.0",
"v1.29.0",
Expand All @@ -105,6 +106,7 @@ export const VERSIONS = {
"v1.8.0",
] as const,
RELEASE_DATES: {
"v1.32.0": "2026-09-03T00:00:00Z",
"v1.31.0": "2026-08-27T00:00:00Z",
"v1.30.0": "2026-08-13T00:00:00Z",
"v1.29.0": "2026-08-07T00:00:00Z",
Expand Down
17 changes: 16 additions & 1 deletion src/content/cre/llms-full-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,25 @@ To help us assist you faster, please include:

# Release Notes
Source: https://docs.chain.link/cre/release-notes
Last Updated: 2026-08-28
Last Updated: 2026-09-03

This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.

## CLI v1.32.0 - September 3, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.32.0" target="_blank">CRE CLI version 1.32.0</a> is now available.**

- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state.
- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it.
- **Solana workflow updates**: This release includes updates to Solana workflow support.

**How to update:**

- **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.
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).

[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.31.0...v1.32.0)

## CLI v1.31.0 - August 27, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.31.0" target="_blank">CRE CLI version 1.31.0</a> is now available.**
Expand Down
17 changes: 16 additions & 1 deletion src/content/cre/llms-full-ts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,25 @@ To help us assist you faster, please include:

# Release Notes
Source: https://docs.chain.link/cre/release-notes
Last Updated: 2026-08-28
Last Updated: 2026-09-03

This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.

## CLI v1.32.0 - September 3, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.32.0" target="_blank">CRE CLI version 1.32.0</a> is now available.**

- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state.
- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it.
- **Solana workflow updates**: This release includes updates to Solana workflow support.

**How to update:**

- **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.
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).

[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.31.0...v1.32.0)

## CLI v1.31.0 - August 27, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.31.0" target="_blank">CRE CLI version 1.31.0</a> is now available.**
Expand Down
17 changes: 16 additions & 1 deletion src/content/cre/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,28 @@ date: Last Modified
metadata:
description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment."
datePublished: "2025-11-04"
lastModified: "2026-08-28"
lastModified: "2026-09-03"
---

import { Aside } from "@components"

This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.

## CLI v1.32.0 - September 3, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.32.0" target="_blank">CRE CLI version 1.32.0</a> is now available.**

- **Improved login reliability**: Fixed bugs that could cause `cre login` to fail or leave the CLI in an inconsistent state.
- **Safer Windows installation**: The Windows PowerShell installer now checks that the downloaded CLI is authentic and untampered before installing it.
- **Solana workflow updates**: This release includes updates to Solana workflow support.

**How to update:**

- **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.
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).

[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.31.0...v1.32.0)

## CLI v1.31.0 - August 27, 2026

**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.31.0" target="_blank">CRE CLI version 1.31.0</a> is now available.**
Expand Down
Loading