Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DCrow committed Nov 10, 2020
1 parent b57a401 commit e6ec1aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlanywhere2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SQLAnywhere2
VERSION = '0.0.6'
VERSION = '0.0.7'
end

0 comments on commit e6ec1aa

Please sign in to comment.