diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a581c6a4..b1c17b08 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 99307e58..52e00690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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