Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Feb 16, 2016
1 parent 66b3110 commit c42a5fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.0.1](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.1) (2016-02-16)
[Full Changelog](https://github.com/SandroMachado/BitcoinPaymentURI/compare/1.0.0...1.0.1)

**Merged pull requests:**

- Add package name [\#3](https://github.com/SandroMachado/BitcoinPaymentURI/pull/3) ([SandroMachado](https://github.com/SandroMachado))
- Update README.md [\#2](https://github.com/SandroMachado/BitcoinPaymentURI/pull/2) ([SandroMachado](https://github.com/SandroMachado))
- Add travis [\#1](https://github.com/SandroMachado/BitcoinPaymentURI/pull/1) ([SandroMachado](https://github.com/SandroMachado))

## [1.0.0](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.0) (2016-02-16)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
dependencies {
// ... other dependencies here.
compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.0'
compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.1'
}
```

Expand Down Expand Up @@ -53,4 +53,4 @@ BitcoinPaymentURI bitcoinPaymentURI = new BitcoinPaymentURI.Builder()
.parameter("foo", "bar")
.requiredParameter("fiz", "biz")
.build();
```
```

0 comments on commit c42a5fd

Please sign in to comment.