CHANGELOG.md in duckdb-1.1.1.0 vs CHANGELOG.md in duckdb-1.1.2.0

- old
+ new

@@ -1,11 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. # Unreleased +# 1.1.2.0 - 2024-10-20 +- bump duckdb to 1.1.2. +- add `DuckDB::PreparedStatement#destroy`. +- `DuckDB::Connection#query`, `DuckDB::Connection#async_query`, `DuckDB::Connection#async_query_stream` call + `DuckDB::PreparedStatement#destroy` to free the prepared statement immediately (#775, #781). + # 1.1.1.0 - 2024-10-06 -- bump duckdb 1.1.1. +- bump duckdb to 1.1.1. ## Breaking changes - drop duckdb v0.10.x. # 1.1.0.1 - 2024-09-21 - add `DuckDB::Connection#prepare`. `DuckDB::Connection#prepare` is an alias of `DuckDB::Connection#prepared_statement`.