diff --git a/CHANGELOG.md b/CHANGELOG.md index 536c185..430e994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.7 + +* Fix compile errors +* Fix compatibility issue with SQLAnywhere17 + ## 0.0.6 * Change to always return an array of rows for any `SQLAnywhere2::Statement` query diff --git a/lib/sqlanywhere2/version.rb b/lib/sqlanywhere2/version.rb index 630ad79..2e05836 100644 --- a/lib/sqlanywhere2/version.rb +++ b/lib/sqlanywhere2/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SQLAnywhere2 - VERSION = '0.0.6' + VERSION = '0.0.7' end