From b9892e77b412d8325474b7617457706f6073977d Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Wed, 4 May 2016 23:46:53 +0100 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735398f..f9b8050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.3](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.3) (2016-05-04) +[Full Changelog](https://github.com/SandroMachado/BitcoinPaymentURI/compare/1.0.2...1.0.3) + +**Closed issues:** + +- Wrong parsing for URI with parameters that start with `.\*:` [\#5](https://github.com/SandroMachado/BitcoinPaymentURI/issues/5) + +**Merged pull requests:** + +- Fix parse for URI with parameters with `.\*:` [\#6](https://github.com/SandroMachado/BitcoinPaymentURI/pull/6) ([SandroMachado](https://github.com/SandroMachado)) + ## [1.0.2](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.2) (2016-02-16) [Full Changelog](https://github.com/SandroMachado/BitcoinPaymentURI/compare/1.0.1...1.0.2) diff --git a/README.md b/README.md index 2979583..ba455c1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Them include the openalpr-android dependency: dependencies { // ... other dependencies here. - compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.2' + compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.3' } ```