Skip to content

Commit

Permalink
prepares CHANGELOG.md for the release of v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorijn committed Jun 27, 2021
1 parent a7f8e78 commit 5f85e96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f85e96

Please sign in to comment.