Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.1
Browse files Browse the repository at this point in the history
## [v0.3.1](v0.3.0...v0.3.1) (2021-02-06)

* Fixed yaml from scheduledExpression to scheduleExpression [#23](#23) ([yutachaos](https://github.com/yutachaos))
* fix the variable Run Task Input when running rule. [#22](#22) ([laughk](https://github.com/laughk))
* enable shared config state [#21](#21) ([tughril](https://github.com/tughril))
  • Loading branch information
Songmu committed Feb 5, 2021
1 parent adaf6ca commit 13906aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.3.1](https://github.com/Songmu/ecschedule/compare/v0.3.0...v0.3.1) (2021-02-06)

* Fixed yaml from scheduledExpression to scheduleExpression [#23](https://github.com/Songmu/ecschedule/pull/23) ([yutachaos](https://github.com/yutachaos))
* fix the variable Run Task Input when running rule. [#22](https://github.com/Songmu/ecschedule/pull/22) ([laughk](https://github.com/laughk))
* enable shared config state [#21](https://github.com/Songmu/ecschedule/pull/21) ([tughril](https://github.com/tughril))

## [v0.3.0](https://github.com/Songmu/ecschedule/compare/v0.2.0...v0.3.0) (2020-11-22)

* Add ecs parameters to rule [#20](https://github.com/Songmu/ecschedule/pull/20) ([fujiwara](https://github.com/fujiwara))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ecschedule

const version = "0.3.0"
const version = "0.3.1"

var revision = "HEAD"

0 comments on commit 13906aa

Please sign in to comment.