Skip to content

Commit

Permalink
Update version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
treble37 committed Dec 12, 2016
1 parent 52794a7 commit a83d379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).

## 0.2.8 - 2016/12/12

* [UPDATE] Facebook recently changed its html page structure to include
multiple "likecounts". Update the HTML::Parser API to scrape the
appropriate data.

## 0.2.7 - 2016/08/18

* [ENHANCEMENT] When Funky makes a request to an HTML page, Funky would now raise `Funky::ConnectionError` should the following errors occur:
Expand Down
2 changes: 1 addition & 1 deletion lib/funky/version.rb
@@ -1,3 +1,3 @@
module Funky
VERSION = "0.2.7"
VERSION = "0.2.8"
end

0 comments on commit a83d379

Please sign in to comment.