Skip to content

Commit

Permalink
v10 Changelog (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Jun 15, 2023
1 parent 6a0c44a commit a3eff2d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- GH ACTIONS TEMPLATE - INSERT NEW VERSION HERE -->
### Changelog
## [v10.0.0](https://github.com/Stride-Labs/stride/releases/tag/v10.0.0) - 2023-06-15

### On-Chain changes
1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765))
2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812))
3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818))
4. V10 import paths ([#825](https://github.com/org/repo/pull/825))
5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805))
6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826))
7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8))

### Off-Chain Changes
1. Automated changelog [Part 1] ([#788](https://github.com/org/repo/pull/788))
2. Automated changelog [Part 2] ([#799](https://github.com/org/repo/pull/799))
3. Automated version increment [Part 1] ([#770](https://github.com/org/repo/pull/770))
4. Automated version increment [Part 2] ([#786](https://github.com/org/repo/pull/786))
5. Automate binary versioning ([#789](https://github.com/org/repo/pull/789))
6. Check if binaries exist during dockernet startup ([#816](https://github.com/org/repo/pull/816))
7. Fix dockernet typos ([#754](https://github.com/org/repo/pull/754))
8. Remove third party protos ([#782](https://github.com/org/repo/pull/782))
9. Changes required to get local to mainnet testing working with Umee ([#776](https://github.com/org/repo/pull/776))
10. Enabled evmos in upgrade integration tests ([#736](https://github.com/org/repo/pull/736))


## [v9.0.0](https://github.com/Stride-Labs/stride/releases/tag/v9.0.0) - 2023-04-19

Expand Down
8 changes: 8 additions & 0 deletions app/upgrades/v10/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Upgrade v10 Changelog
1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765))
2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812))
3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818))
4. V10 import paths ([#825](https://github.com/org/repo/pull/825))
5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805))
6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826))
7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8))

0 comments on commit a3eff2d

Please sign in to comment.