Skip to content

Commit 72a5712

Browse files
committed
update CHANGELOG.md
1 parent e73b72a commit 72a5712

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
8+
9+
## [1.9.0] - 2019-08-09
810
### Added
911
- Force utf-8 encoding
1012

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+
1118
## [1.8.0] - 2019-08-03
1219
### Added
1320
- Test Python code with Tox
@@ -121,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121128
- rds clusters support with scheduler
122129

123130

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
125133
[1.8.0]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.2...1.8.0
126134
[1.7.2]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.1...1.7.2
127135
[1.7.1]: https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/compare/1.7.0...1.7.1

0 commit comments

Comments
 (0)