diff --git a/vscode-smart-contracts/CHANGELOG.md b/vscode-smart-contracts/CHANGELOG.md index 003359e4..97235a3c 100644 --- a/vscode-smart-contracts/CHANGELOG.md +++ b/vscode-smart-contracts/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 2.0.0 + +- Contains `cargo-concordium` version 3.0.0 + ## 1.1.0 - Contains `cargo-concordium` version 2.9.0 diff --git a/vscode-smart-contracts/README.md b/vscode-smart-contracts/README.md index 86b5e82c..716d6b6b 100644 --- a/vscode-smart-contracts/README.md +++ b/vscode-smart-contracts/README.md @@ -53,9 +53,13 @@ This extension contributes the following settings: ## Release Notes +### 2.0.0 + +- Contains `cargo-concordium` version 3.0.0. + ### 1.1.0 -- Contains `cargo-concordium` version 2.9.0 +- Contains `cargo-concordium` version 2.9.0. ### 1.0.3 diff --git a/vscode-smart-contracts/package-lock.json b/vscode-smart-contracts/package-lock.json index d7d828b4..d6db7adf 100644 --- a/vscode-smart-contracts/package-lock.json +++ b/vscode-smart-contracts/package-lock.json @@ -1,12 +1,12 @@ { "name": "concordium-smart-contracts", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "concordium-smart-contracts", - "version": "1.1.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "glob": "^8.1.0" diff --git a/vscode-smart-contracts/package.json b/vscode-smart-contracts/package.json index 7cb633de..cc8ddb9e 100644 --- a/vscode-smart-contracts/package.json +++ b/vscode-smart-contracts/package.json @@ -4,7 +4,7 @@ "displayName": "Concordium Smart Contracts", "icon": "icon.png", "description": "Develop and build smart contracts on Concordium", - "version": "1.1.0", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/Concordium/concordium-smart-contract-tools.git",