Skip to content

Commit

Permalink
chore: bump version to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk committed Oct 17, 2024
1 parent 8680a22 commit fda17bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ Changelog](https://keepachangelog.com/en/1.1.0).

# Unreleased

# v6.2.0

## Added
* Added the following smart contracts: `OnlyMintMintingPolicy`, `AlwaysPassingValidator`, `AlwaysPassingPolicy`

## Changed
* Nicer error messages from the CLI in some cases
* Updated readme
* Updated cardano-transaction-lib to v9.3.1
* Updated the following smart contracts: `InitTokenPolicy`, `VersionOraclePolicy`, `CommitteePlainSchnorrSecp256k1ATMSPolicy`, `ReserveValidator`, `ReserveAuthPolicy`, `IlliquidCirculationSupplyValidator`

## Removed
* Removed `init` command
Expand All @@ -21,6 +27,7 @@ Changelog](https://keepachangelog.com/en/1.1.0).
* Removed `init-candidate-permission-token` and `candidate-permission-token` commands
* Removed `--use-candidate-permission-token` switch
* Removed `utils` commands
* Removed the following smart contracts: `CandidatePermissionPolicy`, `CheckpointPolicy`, `CheckpointValidator`, `CommitteeHashValidator`, `CommitteeOraclePolicy`, `CommitteePlainEcdsaSecp256k1ATMSPolicy`, `CommitteePlainSchnorrSecp256k1ATMSPolicy`, `DsConfPolicy`, `DsConfValidator`, `DsInsertValidator`, `DsKeyPolicy`, `FUELBurningPolicy`, `FUELMintingPolicy`, `FUELProxyPolicy`, `MerkleRootTokenPolicy`, `MerkleRootTokenValidator`

## Fixed
* CLI now returns non-zero exit code on failure
Expand Down
2 changes: 1 addition & 1 deletion offchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@partner-chains/pc-contracts-cli",
"type": "module",
"version": "6.1.0",
"version": "6.2.0",
"description": "Partner Chains Smart Contracts CLI",
"main": "dist/pc-contracts-cli",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion onchain/trustless-sidechain.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: trustless-sidechain
version: 6.1.0
version: 6.2.0
synopsis: TODO
description: TODO
homepage: https://github.com/mlabs-haskell/trustless-sidechain
Expand Down

0 comments on commit fda17bf

Please sign in to comment.