Skip to content

Commit

Permalink
Set version: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 6, 2023
1 parent 9743347 commit 8204b4f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@

## [Unreleased](https://github.com/osmosis-labs/mesh-security/tree/HEAD)

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.8.0-alpha.1...HEAD)
[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.8.1-alpha.1...HEAD)

## [v0.8.1-alpha.1](https://github.com/osmosis-labs/mesh-security/tree/v0.8.1-alpha.1) (2023-11-06)

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.8.0-alpha.1...v0.8.1-alpha.1)

**Closed issues:**

- Slashing propagation accounting [\#139](https://github.com/osmosis-labs/mesh-security/issues/139)
- Slashing-related messages [\#128](https://github.com/osmosis-labs/mesh-security/issues/128)
- Improve cross-bond/unbond process [\#124](https://github.com/osmosis-labs/mesh-security/issues/124)
- MVP slashing [\#112](https://github.com/osmosis-labs/mesh-security/issues/112)

**Merged pull requests:**

- 139/slashing proportional burn [\#159](https://github.com/osmosis-labs/mesh-security/pull/159) ([maurolacy](https://github.com/maurolacy))
- Slashing propagation Consumer accounting [\#158](https://github.com/osmosis-labs/mesh-security/pull/158) ([maurolacy](https://github.com/maurolacy))
- Slashing propagation acct [\#156](https://github.com/osmosis-labs/mesh-security/pull/156) ([maurolacy](https://github.com/maurolacy))
- Virtual staking valset updates [\#153](https://github.com/osmosis-labs/mesh-security/pull/153) ([maurolacy](https://github.com/maurolacy))
- Immediately release stake when possible [\#152](https://github.com/osmosis-labs/mesh-security/pull/152) ([uint](https://github.com/uint))

## [v0.8.0-alpha.1](https://github.com/osmosis-labs/mesh-security/tree/v0.8.0-alpha.1) (2023-10-19)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.8.0-alpha.1"
version = "0.8.1-alpha.1"
license = "MIT"
repository = "https://github.com/osmosis-labs/mesh-security"

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.1-alpha.1

- Slashing propagation accounting.
- Improve cross-bond/unbond process.

# 0.8.0-alpha.1

- Add code coverage.
Expand Down

0 comments on commit 8204b4f

Please sign in to comment.