File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/v1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.9.0] - 2019-08-09
8
10
### Added
9
11
- Force utf-8 encoding
10
12
13
+ ### Changed
14
+ - Refactoring whole Python code
15
+ - Set Flake8 max-complexity to 10 instead of 20
16
+ - Change waiting delay in integration tests
17
+
11
18
## [ 1.8.0] - 2019-08-03
12
19
### Added
13
20
- Test Python code with Tox
@@ -121,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
128
- rds clusters support with scheduler
122
129
123
130
124
- [ Unreleased ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.8.0...HEAD
131
+ [ Unreleased ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.9.0...HEAD
132
+ [ 1.9.0 ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.8.0...1.9.0
125
133
[ 1.8.0 ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.2...1.8.0
126
134
[ 1.7.2 ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.1...1.7.2
127
135
[ 1.7.1 ] : https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.0...1.7.1
You can’t perform that action at this time.
0 commit comments