CHANGELOG.md in dbx-api-0.1.1 vs CHANGELOG.md in dbx-api-0.2.0

- old
+ new

@@ -1,5 +1,14 @@ ## [Unreleased] -## [0.1.0] - 2023-09-25 +## [0.1.1] - 2023-09-27 +- Yanked because I didn't know what I was doing +## [0.1.2] - Initial release + +## [0.2.0] +- Added `DatabricksSQLResponse` class +- `DatabricksGateway::run_sql` now returns an object of type `DatabricksSQLResponse` + - results can be accessed by `DatabricksSQLResponse::results` + - query success can be accessed by `DatabricksSQLResponse::success?` +- Added optional `sleep_timer` parameter to `DatabricksGateway`. This is the number of seconds to wait between checking the status of a query. Defaults to 5 seconds. \ No newline at end of file