CHANGELOG.md in opentelemetry-helpers-sql-obfuscation-0.1.1 vs CHANGELOG.md in opentelemetry-helpers-sql-obfuscation-0.2.0
- old
+ new
@@ -1,9 +1,13 @@
-# Release History: opentelemetry-helpers-sql-obfuscation
+# Release History: opentelemetry-helpers-sql-obfuscation
+### v0.2.0 / 2024-09-12
+
+- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
+
### v0.1.1 / 2024-06-18
-* FIXED: Relax otel common gem constraints
+- FIXED: Relax otel common gem constraints
### v0.1.0 / 2024-02-08
Initial release.