Skip to content

Commit f7f3eb4

Browse files
committed
prepares CHANGELOG.md for the release of v1.4.1
1 parent d2268d5 commit f7f3eb4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v1.4.1] - 2021-07-04
9+
### Added
10+
* Bitcoin-DCA will now check for updates after executing the command and let you know if a newer version is available. This can be disabled by setting `DISABLE_VERSION_CHECK=true`.
11+
812
## [v1.4.0] - 2021-07-04
913
### Added
1014
* Added an `--output` option to the buying command. This enables the user to print information about the purchase in the following formats:
@@ -73,7 +77,8 @@ Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require
7377
### Added
7478
* 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.
7579

76-
[Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.4.0...HEAD
80+
[Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.4.1...HEAD
81+
[v1.4.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.4.0...v1.4.1
7782
[v1.4.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.2...v1.4.0
7883
[v1.3.2]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.1...v1.3.2
7984
[v1.3.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.0...v1.3.1

0 commit comments

Comments
 (0)