Skip to content

Commit a3baa9d

Browse files
authored
Add #6, 1.3.0 to CHANGELOG
1 parent a82ec18 commit a3baa9d

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
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning][semver-site].
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2019-12-18
11+
1012
### Added
1113

1214
- The `function_source_dependent_files` variable is passed on to the `event-function` module's `source_dependent_files` variable. [#28]
1315

16+
### Changed
17+
18+
- The function implementation is provided by the Event Function module. [#6]
19+
1420
## [1.2.0] - 2019-11-20
1521

1622
### Added
@@ -69,7 +75,8 @@ and this project adheres to [Semantic Versioning][semver-site].
6975

7076
- Initial release
7177

72-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.2.0...HEAD
78+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.3.0...HEAD
79+
[1.3.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.2.0...v1.3.0
7380
[1.2.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.1.1...v1.2.0
7481
[1.1.1]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.1.0...v1.1.1
7582
[1.1.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.0.0...v1.1.0
@@ -87,6 +94,7 @@ and this project adheres to [Semantic Versioning][semver-site].
8794
[#13]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/13
8895
[#11]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/11
8996
[#8]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/8
97+
[#6]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/6
9098
[#5]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/5
9199

92100
[keepachangelog-site]: https://keepachangelog.com/en/1.0.0/

0 commit comments

Comments
 (0)