Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Mar 31, 2020
1 parent fd599ce commit 01afe12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.7.0] - 2020-03-31
### Changed
- Schedule Cloudwatch alarms with aws tags

## [2.6.0] - 2020-03-30
### Added
- Disable or Enable Cloudwatch alarms attached on scheduled resources
- Python 3.8 support

### Changed
- Rename ec2 scheduler class

## [2.5.3] - 2020-02-28
### Changed
- Do not run ec2 waiter when no instances found
Expand Down Expand Up @@ -203,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rds instances support with scheduler
- rds clusters support with scheduler

[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.6.0...HEAD
[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.7.0...HEAD
[2.7.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.5.3...2.6.0
[2.5.3]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.5.2...2.5.3
[2.5.2]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.5.1...2.5.2
Expand Down

0 comments on commit 01afe12

Please sign in to comment.