# v0.7.1 - Fix issue where an undefined `BitWallet.min_conf` was causing an exception to be raised. Defaults it to 0. # v0.7.0 - `min_conf` is configurable directly via `BitWallet.min_conf` instead of `BitWallet.config.min_conf` # v0.6.1 - Fix warning where Wallet#client was being accessed but it was private # v0.6.0 - Handle error -6 (invalid address) # v0.5.0 - Allow to set the host, and ssl (true/false) of Bitcoin client - Remove version constraint on activesupport