Skip to content
10 changes: 8 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Repository
* @archway-network/Protocol

.github/* @archway-network/Protocol @archway-network/NetX
ci/* @archway-network/NetX
# Protocol & NetX
releasing-archway.md @archway-network/Protocol @archway-network/NetX

# NetX Specific
.github/workflows/* @archway-network/NetX
ci/* @archway-network/NetX
Dockerfile* @archway-network/NetX
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Contains all the PRs that improved the code without changing the behaviours.

### Changed

- [#373](https://github.com/archway-network/archway/pull/373) - Update codeowners
- [#383](https://github.com/archway-network/archway/pull/383), [#385](https://github.com/archway-network/archway/pull/385), [#386](https://github.com/archway-network/archway/pull/386) - upgrade wasmd to the v0.32.0-archway fork
- [#388](https://github.com/archway-network/archway/pull/388) - add the ibc-go fee middleware
- [#390](https://github.com/archway-network/archway/pull/390) - update cosmos-sdk version from v0.45.15 to v0.15.16
Expand Down