Skip to content

Commit

Permalink
Merge #1749
Browse files Browse the repository at this point in the history
1749: Versioning CHANGELOG.md for 1.3.0 cut. r=sacherjj a=sacherjj

Versioning the client changelog that was missed with other package changelog updates.


Co-authored-by: Joe Sacher <[email protected]>
  • Loading branch information
casperlabs-bors-ng[bot] and sacherjj authored Jul 21, 2021
2 parents 4861afb + 383e399 commit 1502f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. The format



## [Unreleased]
## [1.3.0] - 2021-07-21

### Added
* Add support for retrieving historical auction information via the addition of an optional `--block-identifier` arg in the `get-auction-info` subcommand.
Expand Down Expand Up @@ -64,9 +64,9 @@ No changes.


[Keep a Changelog]: https://keepachangelog.com/en/1.0.0
[unreleased]: https://github.com/casper-network/casper-node/compare/v1.2.0...dev
[1.3.0]: https://github.com/casper-network/casper-node/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/casper-network/casper-node/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/casper-network/casper-node/compare/v1.0.1...v1.1.1
[1.1.0]: https://github.com/casper-network/casper-node/compare/v1.0.1...v1.1.1
[1.0.1]: https://github.com/casper-network/casper-node/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/casper-network/casper-node/releases/tag/v1.0.0
[1.0.0]: https://github.com/casper-network/casper-node/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion resources/production/chainspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Protocol version.
version = '1.3.0'
# Whether we need to clear latest blocks back to the switch block just before the activation point or not.
hard_reset = false
hard_reset = true
# This protocol version becomes active at this point.
#
# If it is a timestamp string, it represents the timestamp for the genesis block. This is the beginning of era 0. By
Expand Down

0 comments on commit 1502f78

Please sign in to comment.