Update changelog

This commit is contained in:
Dan Sosedoff 2023-10-29 21:18:05 -05:00
parent 87030c8a17
commit f3a6ce4636
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -1,3 +1,10 @@
# 0.14.2 - 2023-10-29
- NEW: Execute tests using PostgreSQL 16, GH-691
- FIX: Unclosed database sessions and tunnels, GH-688
- FIX: Use pg_table_size for table stats query, GH-685
- FIX: Use `HasSuffix` to correctly determine URL prefix, GH-684
# 0.14.1 - 2023-06-17
- NEW: Add process start time metric, GH-675