Skip to content

Commit

Permalink
chore: add CHANGELOG.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lriberon authored Aug 2, 2024
1 parent 652e928 commit 4b78120
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4b78120

Please sign in to comment.