diff --git a/.github/workflows/build-and-publish-to-docker.yml b/.github/workflows/build-and-publish-to-docker.yml index 2d6944e..8074d5d 100644 --- a/.github/workflows/build-and-publish-to-docker.yml +++ b/.github/workflows/build-and-publish-to-docker.yml @@ -70,10 +70,3 @@ jobs: cache-from: type=registry,ref=jorijn/bitcoin-dca:latest # cache-from: type=gha # cache-to: type=gha - - - name: Update repo description - uses: peter-evans/dockerhub-description@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: jorijn/bitcoin-dca diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e951..8359dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). ## [Unreleased] +## [v1.3.1] - 2021-06-27 +### Added +* The HTTP client will now log relevant information about API calls when `DEBUG=1` is supplied in the configuration. + +### Changes +* Migrated away from Travis to GitHub Actions + ## [v1.3.0] - 2021-05-24 XPUB withdrawal is enabled again for BL3P since [the regulator acknowledged](https://bitonic.nl/en/news/231/dnb-formally-acknowledges-complaints-bitonic-and-revokes-wallet-verification-requirement) the view of Bitonic / BL3P. @@ -54,7 +61,8 @@ Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require ### Added * A Python based fallback mechanism for 32bits systems. Unfortunately a bug prevented Raspberry Pi users from using Xpubs properly. The system will automatically use the native, more advanced method or derivation for systems that are capable and degrade to the Python tool without people noticing. -[Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.1...HEAD +[v1.3.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.0...v1.3.1 [v1.3.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.3...v1.3.0 [v1.2.3]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.2...v1.2.3 [v1.2.2]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.1...v1.2.2