Skip to content

Commit

Permalink
chore: bump version to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk committed Nov 14, 2024
1 parent 13ed68f commit 5f96807
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changes/7.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 7.0.1 - 2024-11-14
### Removed
* Removed redundant --governance-authority from most commands (except init-governance) and the config
3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20241112-165602.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This changelog is based on [Keep A
Changelog](https://keepachangelog.com/en/1.1.0).


## 7.0.1 - 2024-11-14
### Removed
* Removed redundant --governance-authority from most commands (except init-governance) and the config

## v7.0.0

### Removed
Expand Down
4 changes: 2 additions & 2 deletions offchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0",
"version": "7.0.1",
"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: 7.0.0
version: 7.0.1
synopsis: TODO
description: TODO
homepage: https://github.com/mlabs-haskell/trustless-sidechain
Expand Down
2 changes: 1 addition & 1 deletion raw-scripts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw-scripts"
version = "7.0.0"
version = "7.0.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 5f96807

Please sign in to comment.