diff --git a/CHANGES b/CHANGES index 83b332f..3e0c604 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1.9.0 (unreleased yet): +1.9.0 (2013-10-09): Most of the major changes in this version are related to our initial push towards making DbCharmer thread-safe and making sure it works correctly in multi-threaded environments. diff --git a/lib/db_charmer/version.rb b/lib/db_charmer/version.rb index 6a2bf1c..94383e1 100644 --- a/lib/db_charmer/version.rb +++ b/lib/db_charmer/version.rb @@ -2,7 +2,7 @@ module DbCharmer module Version MAJOR = 1 MINOR = 9 - PATCH = 2 + PATCH = 0 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')