diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7dd4b22..f059335c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,13 +57,13 @@ jobs: cargo build -p swap --target ${{ matrix.target }} - name: Upload swap binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: swap-${{ matrix.target }} path: target/${{ matrix.target }}/debug/swap - name: Upload asb binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: asb-${{ matrix.target }} path: target/${{ matrix.target }}/debug/asb diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6cf817..da0ded88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.1] - 2022-10-28 +### Changed + +- Immediately fetch transaction status upon subscription - Dependency updates ## [0.11.0] - 2022-08-11