Update CHANGELOG.md (#272)

This commit is contained in:
Bryan Naegele 2024-02-06 09:57:22 -07:00 committed by GitHub
parent 04058bfeaf
commit fa92669de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## 1.2.0
### Breaking Changes
* `db.statement` attribute is now marked as optional. Add `db_statement: enabled` when calling `setup`
### Fixes
* Don't record DB statements without sanitizaiton
### Changed
* Add support for Elixir 1.15 and OTP 26
* Add required `db.system` attribute
## 1.1.1
### Changed