Skip to content

Commit

Permalink
Merge pull request #305 from kbrock/changelog
Browse files Browse the repository at this point in the history
releasing 2.2.2
  • Loading branch information
kbrock committed Nov 1, 2016
2 parents 7264031 + 85e2204 commit 2a7a874
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ a nice looking [Changelog](keepachangelog.com).

## Version [Unreleased] <small>...</small>

## Version [2.2.2] <small>2016-11-01</small>

### Changed

* Use `COALESCE` only for sorting versions greater than 5.0
* Fixed bug with explicit order clauses (introduced in 2.2.0)
* No longer load schema on `has_ancestry` load (thx @ledermann)

## Version [2.2.1] <small>2016-10-25</small>

Sorry for blip, local master got out of sync with upstream master.
Expand Down Expand Up @@ -136,7 +144,8 @@ Missed 2 commits (which are feature adds)
* Validations


[Unreleased]: https://github.com/stefankroes/ancestry/compare/v2.2.1...HEAD
[Unreleased]: https://github.com/stefankroes/ancestry/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/stefankroes/ancestry/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/stefankroes/ancestry/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/stefankroes/ancestry/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/stefankroes/ancestry/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/ancestry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ancestry
VERSION = "2.2.1"
VERSION = "2.2.2"
end

0 comments on commit 2a7a874

Please sign in to comment.