Skip to content

Commit

Permalink
Bumped version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 13, 2017
1 parent 92f8572 commit 24de70f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion History.txt
@@ -1,8 +1,13 @@
=== 1.1.3 / 13.12.2016

* Drop text search dictionaries/configuration before recreating
* Remove dictionary argument in fulltext search and index_definition

=== 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
* Removed misleading check in generate_dictionary

=== 1.1.2 / 10.05.2016

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.3'
VERSION = '1.1.4'
end

0 comments on commit 24de70f

Please sign in to comment.