From 269fed5ee383264daa527d011b0bcd058110cf5d Mon Sep 17 00:00:00 2001 From: stride-dev Date: Mon, 18 Sep 2023 07:11:02 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbd7255de..64a3533c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v15.0.0](https://github.com/Stride-Labs/stride/releases/tag/v15.0.0) - 2023-09-18 + +### On-Chain changes +1. Added ICAOracle route implementations for legacy Msg type ([#923](https://github.com/Stride-Labs/stride/pull/923)) +2. increased precision error buffer on delegator shares callback ([#933](https://github.com/Stride-Labs/stride/pull/933)) +3. Use detokenization amount from tx response ([#934](https://github.com/Stride-Labs/stride/pull/934)) +4. add inner bounds ([#938](https://github.com/Stride-Labs/stride/pull/938)) +5. added cap on undelegate messages ([#940](https://github.com/Stride-Labs/stride/pull/940)) +6. add rounding calibration function ([#936](https://github.com/Stride-Labs/stride/pull/936)) +7. Undel host function ([#935](https://github.com/Stride-Labs/stride/pull/935)) +8. v15 upgrade handler ([#941](https://github.com/Stride-Labs/stride/pull/941)) +9. v15 Import Paths ([#944](https://github.com/Stride-Labs/stride/pull/944)) + +### Off-Chain changes +1. Fixed bug in import path CI ([#919](https://github.com/Stride-Labs/stride/pull/919)) +2. Finished auto changelog script ([#928](https://github.com/Stride-Labs/stride/pull/928)) +3. updated osmo submodule ([#931](https://github.com/Stride-Labs/stride/pull/931)) + + ## [v14.0.0](https://github.com/Stride-Labs/stride/releases/tag/v14.0.0) - 2023-08-27 ### On-Chain changes