Skip to content

Commit

Permalink
Add Changelog for v1.0.0 (#8)
Browse files Browse the repository at this point in the history
* Add Changelog for v1.0.0

* Update module metadata to v1.0.0
  • Loading branch information
redeux authored Mar 14, 2022
1 parent afc9802 commit 3394249
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.0 (March 14, 2022)

BREAKING CHANGES:
* Variable `agent_disable_update` is now `agent_auto_update` which defaults to minor and must be one of *disabled*, *minor*, or *patch* (#7)

IMPROVEMENTS:
* [Example usage](examples/default/) added to the examples/default directory (#7)
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
module-version = "0.1.0"
module-version = "1.0.0"
}

0 comments on commit 3394249

Please sign in to comment.