Skip to content

Commit 7aacc62

Browse files
authored
Add #15, 1.4.0 to CHANGELOG
1 parent 5eea231 commit 7aacc62

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning][semver-site].
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2019-12-19
11+
12+
### Added
13+
14+
- The `scheduler_job` variable, the `scheduler_job` output, and the `pubsub_topic_name` output to enable linking multiple
15+
instances of the module to the same Cloud Scheduler job. [#15]
16+
1017
## [1.3.0] - 2019-12-18
1118

1219
### Added
@@ -75,7 +82,8 @@ and this project adheres to [Semantic Versioning][semver-site].
7582

7683
- Initial release
7784

78-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.3.0...HEAD
85+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.4.0...HEAD
86+
[1.4.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.3.0...v1.4.0
7987
[1.3.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.2.0...v1.3.0
8088
[1.2.0]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.1.1...v1.2.0
8189
[1.1.1]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.1.0...v1.1.1
@@ -91,6 +99,7 @@ and this project adheres to [Semantic Versioning][semver-site].
9199
[#22]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/22
92100
[#21]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/21
93101
[#20]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/20
102+
[#15]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/15
94103
[#13]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/13
95104
[#11]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/11
96105
[#8]: https://github.com/terraform-google-modules/terraform-google-scheduled-function/pull/8

0 commit comments

Comments
 (0)