Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 7, 2016
1 parent 9467fbb commit 512d933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
# [develop](https://github.com/adhearsion/blather/compare/master...develop)

# [v1.2.0](https://github.com/adhearsion/blather/compare/v1.1.4...v1.2.0) - [2016-01-07](https://rubygems.org/gems/blather/versions/1.2.0)
* Bugfix: Properly sort resources with the same priority but different status
* Bugfix: Lock to Nokogiri <= 1.6.1 because new versions are more broken than old ones
* Bugfix: Avoid repeatedly parsing nodes which are already parsed
Expand Down
2 changes: 1 addition & 1 deletion lib/blather/version.rb
@@ -1,3 +1,3 @@
module Blather
VERSION = '1.1.4'
VERSION = '1.2.0'
end

0 comments on commit 512d933

Please sign in to comment.