Skip to content

Commit 4be3160

Browse files
committed
release CHANGELOG.md
1 parent 08f5cb0 commit 4be3160

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.1.0] - 2020-12-31
10+
### Features
11+
* **cloudwatch:** add aws tags on cloudwatch resources ([6a579e2](https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/commit/6a579e2c59d42ab0b69664f517847e45ec20120d))
12+
913
## [3.0.1] - 2020-12-04
1014
### Bug Fixes
1115
* **lambda:** add git version in the filename used by lambda ([4aa887e](https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/commit/4aa887e3f0a377ebc116f0922a655a86c9229844))
@@ -280,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280284
- rds instances support with scheduler
281285
- rds clusters support with scheduler
282286

283-
[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/3.0.1...HEAD
287+
[Unreleased]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/3.1.0...HEAD
288+
[3.1.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/3.0.1...3.1.0
284289
[3.0.1]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/3.0.0...3.0.1
285290
[3.0.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.10.0...3.0.0
286291
[2.10.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/2.9.1...2.10.0

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ locals {
221221
data "archive_file" "this" {
222222
type = "zip"
223223
source_dir = "${path.module}/package/"
224-
output_path = "${path.module}/aws-stop-start-resources-3.0.1.zip" # The version should match with the latest git tag
224+
output_path = "${path.module}/aws-stop-start-resources-3.1.0.zip" # The version should match with the latest git tag
225225
}
226226

227227
# Create Lambda function for stop or start aws resources

0 commit comments

Comments
 (0)