diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ac6e86 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.1.0 (2023-02-02) + +Initial release 🎉 diff --git a/README.md b/README.md index aec29fc..b6e63a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TFLint ruleset plugin for writing custom rules in [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/). -NOTE: This plugin is working in progress. Not intended for general use. +NOTE: This plugin is experimental. This means frequent breaking changes. ## Requirements @@ -14,8 +14,6 @@ NOTE: This plugin is working in progress. Not intended for general use. ## Installation -NOTE: This plugin is working in progress. There is no way to install it. - You can install the plugin by adding a config to `.tflint.hcl` and running `tflint --init`: ```hcl