From 4b781203191010c6187e81ea03ce07e1a8740ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Riberon-Piatyszek?= Date: Fri, 2 Aug 2024 14:21:15 +0200 Subject: [PATCH] chore: add CHANGELOG.md (#26) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md 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