Skip to content

Commit

Permalink
update readme and changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SidOfc committed Aug 25, 2016
1 parent 5a79519 commit d78c8e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
## CHANGELOG
_dates are in dd-mm-yyyy format_

#### 27-05-2016 VERSION 2.8.2

- Removed Guard gem dependency

#### 26-05-2016 VERSION 2.8.0

- Added `search_engine?` method
Expand Down
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -21,6 +21,11 @@ Useragent references:
_dates are in dd-mm-yyyy format_
_older changes can be found in the [CHANGELOG.md](/CHANGELOG.md)_

#### 25-08-2016 VERSION 2.10.1

- Replaced `require` with `require_relative` where possible
- Fixed cli not loading due to failing `require`

#### 24-07-2016 VERSION 2.10.0

- Added support for the servo browser:
Expand Down Expand Up @@ -54,10 +59,6 @@ _older changes can be found in the [CHANGELOG.md](/CHANGELOG.md)_
- removed `:browser_name` from data structure (now stored in a general `name` property)
- Added `console_name` method to get the name of a console

#### 27-05-2016 VERSION 2.8.2

- Removed Guard gem dependency

## Installation

Add the following to your applications Gemfile:
Expand Down
2 changes: 1 addition & 1 deletion lib/browserino/version.rb
@@ -1,3 +1,3 @@
module Browserino
VERSION = '2.10.0'.freeze
VERSION = '2.10.1'.freeze
end

0 comments on commit d78c8e7

Please sign in to comment.