Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gussan committed Jan 21, 2013
1 parent b0f1f67 commit 0b179fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## activerecord-turntable 1.1.0 ##

* AR::Base.clear_active_connections! should be proxied to all shards

* Reduce unnecessary query when reloading


## activerecord-turntable 1.0.1 ##

* Added missing setting for sequences at README and turntable.yml template.


## activerecord-turntable 1.0.0 ##

* First Release!
3 changes: 2 additions & 1 deletion activerecord-turntable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Gem::Specification.new do |s|
s.rubyforge_project = "activerecord-turntable"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
"README.rdoc",
"CHANGELOG.md"
]

s.files = `git ls-files | grep -v "^spec"`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/turntable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module Turntable
VERSION = "1.0.1"
VERSION = "1.1.0"
end
end

0 comments on commit 0b179fc

Please sign in to comment.