Skip to content

Commit

Permalink
Problem: v1.2.1 is not released (#1405)
Browse files Browse the repository at this point in the history
* Problem: v1.2.1 is not released

- update version number and changelog

* cleanup
  • Loading branch information
yihuang authored Apr 22, 2024
1 parent 598bd7d commit 4584c0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## UNRELEASED
*April 22, 2024*

## v1.2.1

### Improvements

Expand All @@ -11,9 +13,9 @@

* (rpc) [#1397](https://github.com/crypto-org-chain/cronos/pull/1397) Avoid panic on invalid elasticity_multiplier.


*April 8, 2024*

## v1.2.0
## v1.2.0-rc1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, nativeByteOrder ? true # nativeByteOrder mode will panic on big endian machines
}:
let
version = "v1.2.0";
version = "v1.2.1";
pname = "cronosd";
tags = [ "ledger" "netgo" network "rocksdb" "grocksdb_no_link" ] ++ lib.optionals nativeByteOrder [ "nativebyteorder" ];
ldflags = lib.concatStringsSep "\n" ([
Expand Down

0 comments on commit 4584c0a

Please sign in to comment.