Skip to content

Commit

Permalink
Merge pull request #78 from civitaspo/rel/v0.1.3
Browse files Browse the repository at this point in the history
Ship v0.1.3
  • Loading branch information
civitaspo authored Jan 25, 2021
2 parents 26d3261 + 23e64b8 commit 9e87c4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.3 (2021/01/25)
==================
* [New Feature] [#77](https://github.com/civitaspo/digdag-operator-ecs_task/pull/77) Add support for EFS volume configuration.

0.1.2 (2020/06/25)
==================
* [New Feature] [#75](https://github.com/civitaspo/digdag-operator-ecs_task/pull/75) Supports CapacityProvider.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.1.2
- pro.civitaspo:digdag-operator-ecs_task:0.1.3
ecs_task:
auth_method: profile
tmp_storage:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.1.2'
version = '0.1.3'

def digdagVersion = '0.9.41'
def scalaSemanticVersion = "2.13.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package pro.civitaspo.digdag.plugin

package object ecs_task {

val VERSION: String = "0.1.2"
val VERSION: String = "0.1.3"

}

0 comments on commit 9e87c4f

Please sign in to comment.