diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..58bbdb9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# DataDome Terraform Provider + +## 2.0.0 (2024-31-07) + +### BREAKING CHANGES: + +- Change `whitelist` response to `allow` + +### ENHANCEMENTS: + +- Upgrade `go` version and dependencies +- Improve error handling +- Improve `godoc` for each functions and constants +- Update CI to include linting and static code checking +- Add unit and acceptance tests + +## 1.1.0 (2023-12-15) + +### BUG FIXES: + +- Fix the authentication to DataDome API from query param to header + +### ENHANCEMENTS: + +- Upgrade `go` version and dependencies