Skip to content

Commit

Permalink
Version up to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sakama committed Mar 30, 2016
1 parent 7bc9eef commit 595d3d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.1.5 - 2015-03-30

* [maintenance] Use RetryExecutor when retry is needed [#8](https://github.com/sakama/embulk-input-azure_blob_storage/pull/8)

## 0.1.4 - 2015-03-22

* [new feature] Support `last_path` option [#7](https://github.com/sakama/embulk-input-azure_blob_storage/pull/7)
Expand All @@ -15,4 +19,4 @@
## 0.1.1 - 2015-10-11

* [maintenance] Change 'DefaultEndpointsProtocol' from http to https [#1](https://github.com/sakama/embulk-input-azure_blob_storage/pull/1)
* [maintenance] Specify targetCompatibility = 1.7
* [maintenance] Specify targetCompatibility = 1.7
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ configurations {
sourceCompatibility = 1.7
targetCompatibility = 1.7

version = "0.1.4"
version = "0.1.5"

dependencies {
compile "org.embulk:embulk-core:0.8.2"
Expand Down

0 comments on commit 595d3d9

Please sign in to comment.