Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed Aug 12, 2022
1 parent bf45b8b commit ec92adc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v1.3.4

Released 2022-08-12.

The on-chain Solido program remains functionally unchanged since v1.0.0. The
Anker program remains unchanged since v1.3.0.

Bugfixes:

* Correctly account for deactivating stake in Prometheus metrics.
* Improve validator name sanitization in Prometheus metrics.

## v1.3.3

Released 2022-07-08.
Expand All @@ -9,7 +21,7 @@ Anker program remains unchanged since v1.3.0.

Changes:

* Do not try to call `Anker::SendRewards` from the maintenance daemon.
* Do not try to call `Anker::SendRewards` from the maintenance daemon.

## v1.3.2

Expand All @@ -20,7 +32,7 @@ Anker program remains unchanged since v1.3.0.

New features:

* Expose Anker TVL metrics in the maintainer Prometheus metrics.
* Expose Anker TVL metrics in the maintainer Prometheus metrics.

Bugfixes:

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion anker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Chorus One <[email protected]>"]
license = "GPL-3.0"
edition = "2018"
name = "anker"
version = "1.3.3"
version = "1.3.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cli/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido common client implementation"
license = "GPL-3.0"
edition = "2018"
name = "solido-cli-common"
version = "1.3.3"
version = "1.3.4"

[dependencies]
anchor-lang = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion cli/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido utility for indexing price data"
license = "GPL-3.0"
edition = "2018"
name = "listener"
version = "1.3.3"
version = "1.3.4"

[dependencies]
rusqlite = "0.26.3"
Expand Down
8 changes: 4 additions & 4 deletions cli/listener/fuzz/Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/maintainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido Command-line Utility"
license = "GPL-3.0"
edition = "2018"
name = "solido-cli"
version = "1.3.3"
version = "1.3.4"

[dependencies]
anchor-lang = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Chorus One <[email protected]>"]
license = "GPL-3.0"
edition = "2018"
name = "lido"
version = "1.3.3"
version = "1.3.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit ec92adc

Please sign in to comment.