Skip to content

Commit

Permalink
Bumped version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 12, 2017
1 parent 4866ca9 commit 84cd17f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 1.1.3 / 12.12.2016

* Avoid errors by always specifying "IF NOT EXISTS" when creating tables and indices
* Add utility method get_server_version
* Removed misleaading check in generate_dictionary

=== 1.1.2 / 10.05.2016

* requires now 'ydbi' and 'ydbd-pg'
Expand Down
2 changes: 1 addition & 1 deletion lib/odba/version.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby

class Odba
VERSION = '1.1.2'
VERSION = '1.1.3'
end

0 comments on commit 84cd17f

Please sign in to comment.