From 79d7c09399293462ce6ccaea941d1ec7264aeaeb Mon Sep 17 00:00:00 2001 From: Atif Nazir Date: Tue, 1 Jun 2021 04:32:45 +0000 Subject: [PATCH] version bump --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cce749..e447e46 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Block.io PHP =========== -**Current Release**: 2.0.0 -**05/27/21**: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use. +**Current Release**: 2.0.1 +**06/01/21**: Maintenance release. Fix Windows missing CACERT error. +**05/27/21**: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use. PHP wrapper for [Block.io](https://block.io/) for use with [Dogecoin](http://dogecoin.com/), [Bitcoin](http://bitcoin.org/), and [Litecoin](http://litecoin.org). Simple abstraction layer on top of existing API interfaces, and automatic JSON decoding on response. @@ -21,7 +22,7 @@ Install via [Composer](https://getcomposer.org/) ```sh { "require":{ - "block_io-php/block_io-php": "2.0.0", + "block_io-php/block_io-php": "2.0.1", "bitwasp/bitcoin": "dev-minimal" }, "repositories": [