diff --git a/History.txt b/History.txt index 0f856d5..86f1605 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,10 @@ +== 0.1.1 (2010-05-05) + +* Update trinidad_dbpool_extension common gem +* Remove adding jndi context and resource to the global tomcat context + == 0.1.0 (2010-04-04) + * First release * General connection pool extension * Mysql connection pool extension diff --git a/Rakefile b/Rakefile index b5b5f54..866511b 100644 --- a/Rakefile +++ b/Rakefile @@ -19,6 +19,7 @@ begin 'trinidad-libs/tomcat-dbcp.jar', 'LICENSE', 'README.rdoc', 'VERSION'] gem.has_rdoc = false + gem.version = '0.1.1' end Jeweler::GemcutterTasks.new rescue LoadError