Skip to content

Commit 6c2e893

Browse files
committed
update CHANGELOG.md
1 parent 498b01b commit 6c2e893

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.9.0] - 2020-07-28
9+
### Added
10+
- Terraform variable "tags" for tag lambda function
11+
- github-action workflow
12+
13+
### Changed
14+
- Freeze pylint version
15+
16+
### Deleted
17+
- removing kitchen-ci file
18+
819
## [2.8.0] - 2020-04-15
920
### Added
1021
- Improve instance scheduler unit tests
@@ -219,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219230
- rds instances support with scheduler
220231
- rds clusters support with scheduler
221232

222-
[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.8.0...HEAD
233+
[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.9.0...HEAD
234+
[2.9.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.8.0...2.9.0
223235
[2.8.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.7.0...2.8.0
224236
[2.7.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.6.0...2.7.0
225237
[2.6.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.5.3...2.6.0

0 commit comments

Comments
 (0)