From 8bdd4ef7de8cb29bba72deb96202b5e71787e9c0 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Wed, 23 Aug 2023 20:18:46 +0200 Subject: [PATCH] Set version: 0.6.0 --- CHANGELOG.md | 19 ++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9dc199..ef82c9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ ## [Unreleased](https://github.com/osmosis-labs/mesh-security/tree/HEAD) -[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.5.0-alpha.1...HEAD) +[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.6.0...HEAD) + +## [v0.6.0](https://github.com/osmosis-labs/mesh-security/tree/v0.6.0) (2023-08-23) + +[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.5.0-alpha.1...v0.6.0) + +**Closed issues:** + +- Implement Value Ranges instead of Locking [\#98](https://github.com/osmosis-labs/mesh-security/issues/98) +- Set up advanced CI tests [\#16](https://github.com/osmosis-labs/mesh-security/issues/16) + +**Merged pull requests:** + +- tests: Remove unused `packages/mocks` [\#110](https://github.com/osmosis-labs/mesh-security/pull/110) ([jawoznia](https://github.com/jawoznia)) +- F/value ranges external staking [\#108](https://github.com/osmosis-labs/mesh-security/pull/108) ([jawoznia](https://github.com/jawoznia)) +- F/value range add sub helpers [\#107](https://github.com/osmosis-labs/mesh-security/pull/107) ([maurolacy](https://github.com/maurolacy)) +- F/value ranges [\#106](https://github.com/osmosis-labs/mesh-security/pull/106) ([maurolacy](https://github.com/maurolacy)) +- Update sylvia [\#105](https://github.com/osmosis-labs/mesh-security/pull/105) ([maurolacy](https://github.com/maurolacy)) ## [v0.5.0-alpha.1](https://github.com/osmosis-labs/mesh-security/tree/v0.5.0-alpha.1) (2023-07-25) diff --git a/Cargo.toml b/Cargo.toml index 2a01373d..0e004776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.5.0-alpha.1" +version = "0.6.0" license = "MIT" repository = "https://github.com/osmosis-labs/mesh-security"