Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed May 5, 2017
1 parent a518161 commit 454600c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

### 2.0.0 (unreleased)
### 2.0.0
* Add `auto_include` query scope method.
* Remove `auto_include` association option in favor of using the `auto_include` query scope method.
* Add Rails 5.1 support.
* Drop Rails 3.2, 4.0 and 4.1 and Ruby 1.9 and 2.0 support.
* Change ActiveRecord monkey patching to use `Module#prepend` instead of `alias_method_chain`.

### 0.0.12 (unreleased)
### 1.0.0
* Version bump only release

### 0.0.12
* Fix [issue 42](https://github.com/salsify/goldiloader/issues/42) - inverse_of now work properly in Rails 5.x.

### 0.0.11
Expand Down
2 changes: 1 addition & 1 deletion lib/goldiloader/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: UTF-8

module Goldiloader
VERSION = '0.0.12'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit 454600c

Please sign in to comment.