Skip to content

Commit

Permalink
Merge pull request #180 from osmosis-labs/release-0.10
Browse files Browse the repository at this point in the history
Release 0.10
  • Loading branch information
maurolacy authored Dec 13, 2023
2 parents f550681 + 66c83d9 commit ee696de
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

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

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.9.0...HEAD)
[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.10.0...HEAD)

## [v0.10.0](https://github.com/osmosis-labs/mesh-security/tree/v0.10.0) (2023-12-13)

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.9.0...v0.10.0)

**Merged pull requests:**

- Slash amounts support [\#179](https://github.com/osmosis-labs/mesh-security/pull/179) ([maurolacy](https://github.com/maurolacy))
- Update cosmwasm [\#178](https://github.com/osmosis-labs/mesh-security/pull/178) ([maurolacy](https://github.com/maurolacy))
- Slashing docs update [\#171](https://github.com/osmosis-labs/mesh-security/pull/171) ([maurolacy](https://github.com/maurolacy))

## [v0.9.0](https://github.com/osmosis-labs/mesh-security/tree/v0.9.0) (2023-11-23)

Expand Down
28 changes: 14 additions & 14 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 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.9.0"
version = "0.10.0-alpha.1"
license = "MIT"
repository = "https://github.com/osmosis-labs/mesh-security"

Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.10.0

- Slash amounts support.
- Update cosmwasm.
- Slashing docs update.

# 0.9.0

- Osmosis price oracle.
Expand Down

0 comments on commit ee696de

Please sign in to comment.