Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jun 17, 2014
1 parent 005922b commit 795a8cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0 (2014-06-17)
- auto_writable is disabled by default
- To restore the previous behavior, set `config.auto_writable = true`.
- Add shorthand methods `SwitchPoint.with_readonly`, `SwitchPoint.with_writable`

## 0.3.1 (2014-06-04)
- Support defaulting to writable ActiveRecord::Base connection
- When `:writable` key is omitted, ActiveRecord::Base is used for the writable connection.
Expand Down
2 changes: 1 addition & 1 deletion lib/switch_point/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SwitchPoint
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit 795a8cb

Please sign in to comment.